Widget to export dependencies from current nuke file.
export_dependencies_n
Updated: 21 March 2023
Author: jordanboulais
Compatible Nuke versions: 12.0 or later
Compatibility:
Widget to export dependencies from current nuke file to a given destination folder. subfolders are created based on last folder find in dependencies path.
Either select all dependencies from files or based on user selection (read nodes).
-----------------------------------------
add export_dependencies_n.py into ~/.nuke
add following lines into menu.py:
import export_dependencies_n
nuke.menu('Nuke').addCommand('Export dependencies/Export Dependencies', 'export_dependencies_n.export_dependencies_main_window().show()')