Share

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 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?