base class — bpy_struct
Voxel data settings
Sets how the texture is extrapolated past its original bounds
| Type : | enum in [‘EXTEND’, ‘CLIP’, ‘REPEAT’], default ‘EXTEND’ |
|---|
Format of the source data set to render
| Type : | enum in [‘BLENDER_VOXEL’, ‘RAW_8BIT’, ‘IMAGE_SEQUENCE’, ‘SMOKE’], default ‘BLENDER_VOXEL’ |
|---|
The external source data file to use
| Type : | string, default “” |
|---|
Multiplier for intensity values
| Type : | float in [0.01, inf], default 0.0 |
|---|
Method to interpolate/smooth values between voxel cells
| Type : | enum in [‘NEREASTNEIGHBOR’, ‘TRILINEAR’, ‘QUADRATIC’, ‘TRICUBIC_CATROM’, ‘TRICUBIC_BSPLINE’], default ‘NEREASTNEIGHBOR’ |
|---|
Resolution of the voxel grid
| Type : | int array of 3 items in [1, 100000], default (0, 0, 0) |
|---|
Simulation value to be used as a texture
| Type : | enum in [‘SMOKEDENSITY’, ‘SMOKEHEAT’, ‘SMOKEVEL’], default ‘SMOKEDENSITY’ |
|---|
The frame number to always use
| Type : | int in [-300000, 300000], default 0 |
|---|
Always render a still frame from the voxel data sequence
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|
References