scriptCleanup nuke Python script

Опубликовано: 31 Март 2016
на канале: LeafPictures
2,620
11

script cleanup to clean up current nuke script by unused nodes.

further information: www.leafpictures.de/scriptCleanup


description:
collect all nodes that are not connected to any node and/ or which output is not used at all in the current script.
Hold Shift and press C. This opens the scriptCleanup window in which you can choose to select:
# dependent nodes: Node's output is not used; Nodes that are connected to the node's output
(all nodes that read information from this node)
# dependency nodes: Node's input is not used; Nodes that are connected to the node's input
(all nodes referred to by this node)
# if nothing is select: check for all nodes that don't have any inputs connected
# in both methods (dependent/dependencies) these node connection options are included:
connection via expressions
connection via visible input pipes
connection via hidden input pipes
#
# after clicking the "collect" button the window shows unused nodes depending on the selected mode: nodes that are
not connected to any node and/ or which output is not used at all.
# The nodes table shows a row for each unused node:
# a button with the name of the unused node. By clicking it the dag gets navigated to the node
# a checkbox for batch processing disable/enable (se below)
# a button to remove the node
# At the bottom of the window you have three buttons:
# toggle check/uncheck nodes: check or uncheck all unused nodes in the table
# disable all checked nodes: click this button to disable all checked nodes. If a checkbox is unchecked then
the unused node will be enabled
# remove all checked nodes: click this button to remove all checked nodes
# instalation
# put the whole scriptCleanup folder in your nuke home directory
in init.py in your nuke home directory add this line (without "#"):
# nuke.pluginAddPath("scriptCleanup")


На этой странице сайта вы можете посмотреть видео онлайн scriptCleanup nuke Python script длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь LeafPictures 31 Март 2016, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,620 раз и оно понравилось 11 зрителям. Приятного просмотра!