wedge_filename
Return the value of the wedge_filename
job port. The returned filename is used by some wedging nodes, such as the wedge_cache
node.
Job Port Inputs
wedge_filename
The filename obtained by this node.
Note:
The default value assigned to this job port is: <scene_directory>/cache/<scene>/<scene>_wedge_<wedge_index>.####.bob
wedge_index
The wedge index obtained by this node.
Outputs
filename
Wedge filename. The value of the wedge_filename
job port. For convenience, some pre-determined tokens will be automatically replaced in the job port's value before returning it:
<wedge_index>
will be replaced by theindex
output of thewedge_index
node.<scene>
will be replaced by thescene
output (without extension) of thescene_info
node.<scene_directory>
will be replaced by thescene_directory
output of thescene_info
node.<project_directory>
will be replaced by theproject_directory
output of thescene_info
node.