Reload_Read_Ranges (Normal Path) v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Daniel Emre
This script allows you to do an automatic reload of the frame range of a Read based on the file path. This is the version for the normal path, if you are interested in knowing the version for the path with TCL, go to my other script Reload_Read_Ranges
Requirements:
14.0, 13.2, 13.1, 13.0 or later
26 Jun 2023
95

This script allows you to do an automatic reload of the frame range of a Read based on the file path.
This is the version for the normal path, if you are interested in knowing the version for the path with TCL, go to my other script Reload_Read_Ranges (TCLPath)

normal path example: D:\Projects/random/default/Footage

- If there are read nodes selected, the script is executed only on these, otherwise, if there is no selected node, the script is executed on all read nodes. (Only Works on NORMAL PATH, i cant Resolve how to call de slectend nodes variable in de tcl line code)

-SHORTCUT 'F6'

- the script works by first doing a RELOAD of the READ, then turning off localize, then running the reload frame range, then turning on Localize and doing an Update.

-Works with image sequences, any extension. (jpeg, png, dpx, exr, & more ...)

- This is NORMAL PATH version

- For file paths that are made with tcl commands like 'split', 'join', ...)
modify line:

pathT = n.knob('file').getValue()
into this:
pathT = nuke.tcl('value [selected_node].file')

or download script Reload_Read_Ranges (TCLPath)

 

FOR INSTALL:

add to menu.py

######## Reload_Read_Ranges ########
import Reload_Read_Ranges
nuke.menu('Nuke').addCommand('Utilities/Reload_Read_Ranges', 'Reload_Read_Ranges.reloadReadRanges()', 'F6')

Please login in order to download these files.

You have no rights to post comments

We have 2407 guests and 59 members online