wedge_filename
Return the value of the wedge_filename global variable. The returned filename is used by some wedging nodes, such as the wedge_cache node.
Global Variable Inputs
wedge_filename
The filename obtained by this node.
Note:
The default value assigned to this global variable 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 global variable. For convenience, some pre-determined tokens will be automatically replaced in the global variable's value before returning it:
<wedge_index>will be replaced by theindexoutput of thewedge_indexnode.<scene>will be replaced by thesceneoutput (without extension) of thescene_infonode.<scene_directory>will be replaced by thescene_directoryoutput of thescene_infonode.<project_directory>will be replaced by theproject_directoryoutput of thescene_infonode.
