NukeFileBrowser v1.3
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: ramesh babu
Nuke file browser is a file explorer inside nuke.
Directly open and drag and drop workfiles and mov's to node graph.
Top filter for only displays selected format files in file explorer.
Supported version nuke12.0 to 13.1
Requirements:
13.1, 12.2, 12.1, 12.0, 10.0 or later
Linux, Windows
13.1, 12.2, 12.1, 12.0, 10.0 or later
Linux, Windows


1. Nuke file browser is a file explorer makes life easy.
2. Right click open workfile and also Drag and drop files.
3. Top filters for populate only .nk or mov or png or jpg files.
# Installation
1. Copy the NukeFileBrowser to /.nuke folder.
2. Add NukeFileBrowser path in init.py
3. Like this -> nuke.pluginAddPath('C:/Users/XXXXX/.nuke/NukeFileBrowser')
4. Start using Enjoy...
Please login in order to download these files.
Comments
NukeX 11.3v5, 64 bit, built Jul 30 2019.
Copyright (c) 2019 The Foundry Visionmongers Ltd. All Rights Reserved.
Qt.py [warning]: ImportError(QtP rintSupport): DLL load failed: The specified module could not be found.
Backup of Python Editor History created:
c:\users\peter\appdata\local\temp\PythonEditorHistory_Jun-12-21-12.11.30.xml
Traceback (most recent call last):
File "C:/Users/peter /.nuke/NukeFile Browser/menu.py ", line 2, in
from nuke_file_brows er import NukeFileBrowser
File "C:/Users/peter/.nuke/NukeFileBrowser\nuke_file_brows er.py", line 10, in
from ui import nuke_file_brows er_ui
ImportError: No module named ui
I have updated new version with supported nuke11 once download and check.
Thanks for the update!!
Could you add a favorite section where we could pin our most used folders?
Is it possible to have the file browser remember which folders are open when we restart Nuke?
I've modified the open_workfile() function to do a 'clear' then 'open'.
This opens scripts in the current Nuke instance instead of launching a new Nuke... it makes bouncing between scripts A LOT faster.
def open_workfile(s elf):
if nuke.Root().mod ified() == True:
save = nuke.ask("This file has been modified.\nSave file?")
if save:
nuke.scriptSave ("")
nuke.scriptClea r()
nuke.scriptOpen (self.file_path )
RSS feed for comments to this post