Share

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 the index output of the wedge_index node.
  • <scene> will be replaced by the scene output (without extension) of the scene_info node.
  • <scene_directory> will be replaced by the scene_directory output of the scene_info node.
  • <project_directory> will be replaced by the project_directory output of the scene_info node.

Was this information helpful?