Class _RenderAppBasic parameter:
Return type |
Name |
Description |
rrString |
name |
Name of the render application (Maya, Nuke) |
rrString |
rendererName |
Name of the renderer (Vray, Arnold) |
rrString |
type |
Comp, 3D, Archive or Execute |
rrString |
rendererVersion |
Version of the renderer |
Int16 |
version |
Version of the render application |
Int8 |
renderConfigListID |
ID of the render config file. |
executeType |
Sets if this is an execute job and if, which type of execute job |
Class _RenderAppBasic functions:
Return type |
Name |
Description |
string |
versionMinorDisplay(bool removePoint, Int8 digits) |
returns the minor version of the render app. |
void |
setVersionBoth(string ver) |
Set the minor and major version via a string. E.g. "2016.51" |
void |
setVersionMinor(string ver) |
Set the minor version via a string. E.g. "031" |
void |
clearBasic() |
Clears all settings |