1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
getNumColorSpaces = 14
getColorSpaceNames = ['linear', 'sRGB', 'sRGBf', 'rec709', 'Cineon', 'Gamma1.8', 'Gamma2.2', 'Panalog', 'REDLog', 'ViperLog', 'AlexaV3LogC', 'PLogLin', 'SLog', 'raw']
getNumLooks = 0
getLookNames = []
getNumDisplays = 1
getDisplayNames = ['default']
getDefaultDisplayName = default
getNumViews = 3
getViewNames = ['None', 'sRGB', 'rec709']
getDefaultViewName =
getNumRoles = 9
getRoles = ['color_picking', 'color_timing', 'compositing_log', 'data', 'default', 'matte_paint', 'reference', 'scene_linear', 'texture_paint']
Done.
|