VoxelData(bpy_struct)

base class — bpy_struct

class bpy.types.VoxelData(bpy_struct)

Voxel data settings

domain_object

Object used as the smoke simulation domain

Type :Object
extension

Sets how the texture is extrapolated past its original bounds

Type :enum in [‘EXTEND’, ‘CLIP’, ‘REPEAT’], default ‘EXTEND’
file_format

Format of the source data set to render

Type :enum in [‘BLENDER_VOXEL’, ‘RAW_8BIT’, ‘IMAGE_SEQUENCE’, ‘SMOKE’], default ‘BLENDER_VOXEL’
filepath

The external source data file to use

Type :string, default “”
intensity

Multiplier for intensity values

Type :float in [0.01, inf], default 0.0
interpolation

Method to interpolate/smooth values between voxel cells

Type :enum in [‘NEREASTNEIGHBOR’, ‘TRILINEAR’, ‘QUADRATIC’, ‘TRICUBIC_CATROM’, ‘TRICUBIC_BSPLINE’], default ‘NEREASTNEIGHBOR’
resolution

Resolution of the voxel grid

Type :int array of 3 items in [-inf, inf], default (0, 0, 0)
smoke_data_type

Simulation value to be used as a texture

Type :enum in [‘SMOKEDENSITY’, ‘SMOKEHEAT’, ‘SMOKEVEL’], default ‘SMOKEDENSITY’
still_frame

The frame number to always use

Type :int in [-300000, 300000], default 0
use_still_frame

Always render a still frame from the voxel data sequence

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

VoronoiTexture(Texture)

Next topic

VoxelDataTexture(Texture)