nukescripts.script

Functions

findMaxVersionForFileName

Helper function for finding the max version of a paticular script in it's current directory.

get_reads

Returns file names from all Read nodes.

get_script_data

script_and_write_nodes_version_up

script_command

script_data

script_directory

script_version_up

Increments the versioning in the script name and the path of the timeline write nodes, then saves the new version.

set_fileknob_version

Sets version of the filename knob to the passed in version.

timeline_write_version_set

Sets the version number in the file path of the 'timeline' write node

version_get

Extract version information from filenames used by DD (and Weta, apparently) These are _v# or /v# or .v# where v is a prefix string, in our case we use "v" for render version and "c" for camera track version.

version_set

Changes version information from filenames used by DD (and Weta, apparently) These are _v# or /v# or .v# where v is a prefix string, in our case we use "v" for render version and "c" for camera track version.

Classes

VersionConflictDialog

Dialog which gives the user options for resolving version conflicts

VersionHelper

Helper class for storing the new version information