File: volumes.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (34 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

*******
Volumes
*******

.. reference::

   :Panel:     :menuselection:`Render --> Volumes`

Volume *Step* size is the distance between volume shader samples.
Cycles automatically estimates this distance based on voxel size in
volume objects and smoke simulations.

Render time can be reduced by increasing the step size, at the cost of
potentially losing some volume detail. For procedural volume shaders
that add detail, step size can be increased per object, material or world.

.. _bpy.types.CyclesRenderSettings.volume_step_rate:

Step Rate Render
   Global multiplier on the step size for all volumes in renders.
   Increase to reduce render time, at the cost of losing detail.

.. _bpy.types.CyclesRenderSettings.volume_preview_step_rate:

Viewport
   Global multiplier on the step size for all volumes in the viewport.
   Increase for more responsive viewport rendering.

.. _bpy.types.CyclesRenderSettings.volume_max_steps:

Max Steps
   Maximum number of steps through the volume before giving up,
   to protect from extremely long render times with big objects or small step sizes.