Package nukescripts :: Module ViewerProcess
[hide private]
[frames] | no frames]

Module ViewerProcess

source code

Functions [hide private]
 
_setOCIOConfig(configPath)
Set the OCIO Config to use the specified config path, unless the OCIO environment variable is defined, in which case that will override configPath.
source code
 
getDefaultOCIOConfig(ocioConfigName='') source code
 
register_default_viewer_processes() source code
 
unregister_viewers(ocioConfigPath) source code
 
_register_viewer_processes(defaultLUTS, ocioConfigName, also_remove, isReload) source code
 
register_viewers(defaultLUTS=True, ocioConfigName='') source code
 
storeViewerProcessSelectionBeforeReload() source code
Variables [hide private]
  __package__ = 'nukescripts'
Function Details [hide private]

_setOCIOConfig(configPath)

source code 

Set the OCIO Config to use the specified config path, unless the OCIO environment variable is defined, in which case that will override configPath. Otherwise if configPath is None then the nuke default config is used. If configPath doesn't exist an IOError is raised.