Configuration File Processing#
Overview#
Render Variables#
During rendering the modifier and generator configuration files are processed again for each new frame.
The following variables are available. All variables have to be accessed as elements of the dictionary render
, i.e.
to obtain the active camera name you need to write ${render:active-camera}
.
Variable |
Description |
Type |
---|---|---|
|
The first render target frame ( |
int |
|
The last render target frame ( |
int |
|
The frame step ( |
int |
|
The current target frame |
int |
|
The current render target time |
float |
|
The target render fps |
float |
|
The fps value set in the scene |
float |
|
The current scene render frame |
int |
|
The name of the active camera |
string |
|
The name of the active camera’s parent object |
string |
|
The anycam camera meta data dictionary |
dictionary |