Viz Artist
Version 3.10 | Published May 03, 2018 ©
Placeholder names used for file-name expansion
Placeholder names (variables) are available when final (i.e. fully expanded) path and file-names are created or searched for. You can hover the mouse over the receiving variable or name to see a tooltip for what the expanded filename will be. The illustrative screen-shot below show how this looks in the post-render window.
The available placeholders for post-render mode are:
Variable |
Definition |
<absolute_scene_name> |
Expands to the complete path of the loaded scene |
<base_scene_name> |
Expands to the scene name |
<clip_root> |
Expands to the clip_root |
<hostname> |
Expands to the host name |
<if0> |
Expands to the IPV4 network address of the first network interface |
<if1> |
Expands to the IPV4 network address of the second network interface |
<if2> |
Expands to the IPV4 network address of the third network interface |
Example usage
<clip_root>post/<hostname>/<if0>/<base_scene_name>
The available placeholders for clip-out channel are:
Variable |
Definition |
<hostname> |
Expands to the host name |
<if0> |
expands to the IPV4 network address of the first network interface |
<if1> |
Expands to the IPV4 network address of the second network interface |
<if2> |
Expands to the IPV4 network address of the third network interface |
<absolute_scene_name> |
expands to the complete path of the loaded scene |
<absolute_scene2_name> |
expands to the complete path of the loaded scene2 |