Page History
...
Overview
The Input rollout determines the path of the input files for rendering and preview as well as the playback effects. Note that some playback settings require a fractional input frame, in which case the frame is blended between the previous and the next one.
UI Text Box | ||
---|---|---|
| ||
Field3D files which come from FumeFX must be exported with gzip compression! If they are exported with the default proprietary FumeFX compression, they will not be imported properly in V-Ray Volume Grid. |
Parameters
Section | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example: Timeline Origin
|
Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example: Cache Origin and Play Speed
|
Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example: Looping a Simulation
|
Example: Play Speed
UI Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
|
UI Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
|
UI Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
|
Anchor environmentVariables environmentVariables
Using Environment Variables with Volume Grid Paths
There are path environment variables in every OS, and they can be used with Volume Grid cache file paths.
For example, to access environment variables in Windows 10 and Windows 8, follow these steps:
- In Search, search for and then select System (Control Panel).
- Click the Advanced system settings link.
- Click the Environment Variables... button.
- In the System variables section, using Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable.
Using this, you can create a path (variable), give it a name, and use it for cache files in the V-Ray Volume Grid.
For example, the path D:\V-Ray\Cache can be given the environment variable name "Cache". In the Volume Grid Input rollout, you can specify the path as the following:
$env(Cache)\cache_name###.aur
This will load the cache files in D:\V-Ray\Cache.
Note that in order to reference environment variables, the following pattern must be used:
$env(<variable_name>)