Properties – Властивості

Grids

The List View shows the grids in the OpenVDB-file, listing their name and data type. A «grid» is a set of volumetric data, which typically stores the density of each voxel but can also contain temperatures, velocities and so on.

Click a grid to make the volume object display it.

OpenVDB File

File Path – Шлях Файлу

The VDB file to use.

Sequence – Послідовність

Loads further VDB files, one for each frame in an animation. Much like with image sequences, all the files should have a numerical suffix in their name; so if you selected smoke-000.vdb in the File Path, there should be a smoke-001.vdb, a smoke-002.vdb and so on.

Frames – Кадри

How many frames of the sequence to use.

Start – Старт

Scene frame at which the sequence should start.

Offset – Зсув

How many frames of the sequence to skip at the beginning.

Mode – Режим

How the volume should behave before the sequence’s first frame (Start) and after its last (Start + Frames).

Clip – Кліп:

Show nothing.

Extend – Розшир:

Keep showing the first/last frame of the sequence.

Repeat – Повтор:

Play the sequence again (and again, and again…).

Ping-Pong:

Play the sequence forwards, then backwards, then forwards again and so on.

Viewport Display – Показ Оглядвікна

Wireframe – Каркас

Method used to represent volumes in wireframe shading mode. For heavy volume data sets, it can be useful to set the object to always display as wireframe. This way, the 3D Viewport remains responsive but the volume still appears in the final render.

None – Нема:

The volume is not displayed in wireframe mode.

Межі – Bounds:

Displays the volume as a Bounding Box for the entire grid.

Boxes:

Displays bounding boxes for nodes in the volume tree.

Points – Точки:

Displays points for nodes in the volume tree.

Детальність – Detail

The amount of detail to display for Boxes or Points wireframe mode.

Coarse:

Display one box or point for each intermediate tree node.

Fine:

Display a box or point for each leaf node containing 8×8 voxels.

Щільність – Density

Thickness of the volume in the 3D Viewport. The density of the volume in the render is adjusted via Volume Shading.

Interpolation – Інтерполяція

Interpolation method to use for the visualization of the fluid grid.

Linear – Лінеарно:

Linear interpolation between voxels. Gives good smoothness and speed.

Cubic – Кубічно:

Cubic interpolation between voxels. Gives smoothed high quality interpolation, but is slower.

Closest – Найближче:

No interpolation between voxels. Gives raw voxels.

Slice

Renders only a single 2D section of the domain object.

Axis – Вісь
Auto – Авто:

Adjust slice direction according to the view direction.

X/Y/Z:

Slice along the X, Y, or Z axis.

Position – Позиція

Position of the slice relative to the length of the respective domain side.

Render – Рендер

Space – Простір

Specifies how volume density and step size are computed.

Object – Об’єкт:

Keeps volume Density and Detail the same regardless of object scale.

World – Світ:

Specify Step Size and Density in world space.

Step Size Cycles Only

Distance between volume samples. Lower values render more detail at the cost of performance. If set to zero, the step size is automatically determined based on voxel size.

Clipping Cycles Only

Value under which voxels are considered empty space to optimize rendering.

Precision Cycles Only

Specifies volume data precision. Lower values reduce memory consumption at the cost of detail.

Full – Повністю:

Full float (Use 32 bit for all data).

Половина – Half:

Half float (Use 16 bit for all data).

Variable:

Automatically use less precision for less noticeable areas.

Velocity Grid Cycles Only

The name of the grid that contains voxel velocities, for calculating motion blur. This can be the name of a single grid containing 3D vectors, or a prefix of three separate grids containing scalar values. In the latter case, the X grid should have a name suffix of x, .x or _x, with similar conventions for the Y and Z grids.

Velocity Unit Cycles Only

Whether the velocity grid(s) specify distances per frame or per second.

Velocity Scale Cycles Only

A custom multiplier to apply to the velocities in the VDB.