Package nuke :: Module rotopaint
[hide private]
[frames] | no frames]

Module rotopaint

source code

The Python interface for RotoPaint

Use help('_rotopaint') to get detailed help on the classes exposed here.

Functions [hide private]
 
_convert(fromScript, toScript, overwrite) source code
 
_convertDir(fromDir, toDir, matchPattern, overwrite) source code
 
convertToNuke6(fromScript, toScript, overwrite=False)
Convert a script containing NUKE 7 roto in one containing the old format.
source code
 
convertToNuke7(fromScript, toScript, overwrite=False)
Convert a script containing NUKE 6 roto in one containing the new format.
source code
 
convertDirectoryToNuke6(fromDir, toDir, matchPattern='.*\\.nk', overwrite=False)
Convert a directory containing NUKE 7 roto scripts in one containing the old format.
source code
 
convertDirectoryToNuke7(fromDir, toDir, matchPattern='.*\\.nk', overwrite=False)
Convert a directory containing NUKE 6 roto scripts in one containing the new format.
source code
Variables [hide private]
  __package__ = 'nuke'
Function Details [hide private]

convertDirectoryToNuke6(fromDir, toDir, matchPattern='.*\\.nk', overwrite=False)

source code 

Convert a directory containing NUKE 7 roto scripts in one containing the old format. Note that the pattern is a regular expression.

convertDirectoryToNuke7(fromDir, toDir, matchPattern='.*\\.nk', overwrite=False)

source code 

Convert a directory containing NUKE 6 roto scripts in one containing the new format. Note that the pattern is a regular expression.