---
title: "Input"
canonical: "https://documentation.chaos.com/space/VMAYA/111740477/Input"
format: markdown
---
This page provides information about the Input tab of the V-Ray Volumetric Grid.


## **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.

> Macro (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**

---

**Use the referenced scene name** | *inPathReferenced* – When enabled and calculating the path for a referenced container, the original referenced scene name is used instead of this scene name.

**Cached Frames** – Shows information about the cached frame range.

**Preview and Render Path **|* inPath, inPathResolved* – Gives the directory and the name template for the input files. 

Click the **"..." **button to open a menu with the following options:

**Browse** – Opens a dialog for choosing one of several cache file types. The V-Ray Volume Grid can import the following cache files: **Phoenix FD** ****.aur, *****Field3D** ****.f3d ***and **OpenVDB** ****.vdb. ***

**Help** – Opens the Help page for the Input tab of the V-Ray Volumetric Grid.

> Macro (rw-ui-expands-macro)
> 
> > Macro (rw-expand)
> 
> **$(work_path) **– $(data_dir)/$(scene)_Phoenix_frames/$(nodename)_####.aur  
> **$(data_path)** – $(data_dir)/$(scene)_Phoenix2_frames/$(nodename)_####.aur  
> **$(scene_path)** – $(dir)/$(scene)_Phoenix_frames/$(nodename)_####.aur  
> **$(scene_dir)** – $(dir)/$(scene)_Phoenix2_frames/$(nodename)_####.aur  
> **$(implicit)** – Same as $(data_path).  
> **$(dir)** – The scene directory.  
> **$(data_dir)** – The current workspace data directory.  
> **$(scene)** – The scene file name.  
> **$(nodename)** – The name of the node.  
> **$(fullname)** – The full name of the node.  
> **$(workspace)** – The current workspace directory.  
> **$env(***<variable_name>***)** – An environment variable. See [Using Environment Variables](https://docs-chaos.atlassian.net/wiki/spaces/VMAYA/pages/111740477/Input#Input-environmentVariables).
> 
> If you are transferring your scene and assets between Windows and Linux, prefixing your path with the **$(workspace)** or **$env(***<variable_name>***)** macros can make it possible to use the same scene without any manual modifications to the cache path.
> 
> Pound signs can be used to specify the cache frame number with at least as many digits as the pound signs. If the number of frame digits is less than the number of pound signs, the number is padded with zeroes to the left. For example:
> 
> 
> > Macro (iframe)

> Macro (rw-ui-expands-macro)
> 
> > Macro (rw-expand)
> 
> > Macro (legacy-content)

> Macro (rw-ui-expands-macro)
> 
> > Macro (rw-expand)
> 
> > Macro (legacy-content)

##   
**Channel Smoothing**

---

> Macro (ui-text-box)
> 
> Smoothing is performed after the cache file is loaded for the current frame, so for large grids it could cause significant lag after changing frames.

The controls in this section allow you to smooth the grid channels loaded from cache files for preview and rendering. You can use this to prevent grid artifacts on meshed grid channels such as the Liquid surface, Smoke or Temperature, to remove unwanted noise in these channels, or to get smooth motion blur by smoothing the Velocity grid channel.

##   
**3rd Party Channels Mapping**

---


> Macro (anchor)



## **Using Environment Variables with Volume Grid Paths**

---

There are path [environment variables](https://docs-chaos.atlassian.net/wiki/spaces/VNS/pages/115605616) 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:

1. In Search, search for and then select **System** (Control Panel).
2. Click the **Advanced system settings** link.
3. Click the **Environment Variables...** button.
4. 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>****)***