Your search for Ravichandran returned 3 results.
Search
Open in Explore
Contributed by Ravichandran
Function to open the file path of the selected Read node in file explorer. shortcut 'E'
Align nodes Vertically Horizontally
Contributed by Ravichandran
Align nodes vertically and horizontally with spacing(spacing=200), mostly working with read node align, its works for other node also but node are not connected . copy this in your .nuke menu.py, Shortcut 'H' for horizontally , 'V' for vertically.
Render and Save Script
Contributed by Ravichandran
In this code, a new directory called 'rendered_script' will be created within the output folder, and the Nuke script will be saved in that directory as a separate file with the same name. The code handles the creation of the directory if it doesn't exist.
Please replace the previous code with this in your menu.py file. The 'Render and Save Script' button will now save the Nuke script as a separate file in the 'rendered_script' directory within the output folder.