Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60%

Expand – Opens a floating dialog that contains the selected rollout and automatically folds the command panel rollout.

Re-Center – Resets the position of the floating rollout.

? – Opens up the help documents for the Input Rollout.

Preview & Render Cache Path – Specifies the cache file name in one of the three volumetric formats that VRayVolumeGrid supports (OpenVDB, Field3D, PhoenixFD). If the file was specified when the VRayVolumeGrid object was created, the filename appears here. For a sequence of frames, the file name can contain format specifiers to describe a sequence of files. Environment variables can be used as well, which is explained in the Using Environment Variables with Cache Paths section below. VRayVolumeGrid supports multiple format specifiers:

<frame0n>, where n is an integer specifying the number of digits, and the optional 0 specifies padding with zeros. For example, if you enter cache_<frame04>.vdb as the file name, this is expanded to cache_0000.vdb for frame 0, cache_0001.vdb for frame 1, and so on. The same logic is used for VRayMesh.

# symbols are replaced with the current frame number. Multiple symbols can be used to specify the number of digits in the file name. For example cache_###.vdb is expanded to cache_001.vdb for frame 1.

The form %xd is a deprecated form that can no longer be entered, but works with older .vrscenes that already use this format. The form is resolved to the current Maya frame. The  x,  when present, specifies the minimum number of symbols for the frame number. For example, if the current frame is 9:

%d resolves to "9"
%3d resolves to "··9"
%03d resolves to "009"

Column
width5%


Column
width35%

Image Modified

UI Text Box
typeinfo

Clicking the "..." button opens a menu with the following options:


Section
Column
width10%


Column
width40%


Default

Column
width40%


With .f3d or .vdb cache loaded

Column
width10%


Browse – Opens a dialog for choosing one of several cache file types. Phoenix FD can import *.f3d and *.vdb files from other fluid simulator software products. Supported file formats are:

  • Phoenix FD *.aur 
  • Field3D *.f3d 
  • OpenVDB *.vdb

Reset to Default – Resets the cache path to the default value of $(same_as_output).

Show File Name... – Displays the full cache file path for the current frame.

3rd Party Channel Mappings... – This option is available when a .f3d or .vdb cache is loaded. It launches the Channel Mappings dialog for mapping 3rd party cache channels. See the Channel Mapping section below for more information.

Help – Launches the Volumetric Grid Input help documentation in the web browser.  

...