Package bpy :: Module types :: Class VoxelData
[hide private]
[frames] | no frames]

Class VoxelData

The VoxelData Object

Voxel data settings.

References

Instance Variables [hide private]
Object domain_object
Object used as the smoke simulation domain
enum extension
Sets how the texture is extrapolated past its original bounds in...
enum file_format
Format of the source data set to render in...
float in [0.01, inf] intensity
Multiplier for intensity values
enum interpolation
Method to interpolate/smooth values between voxel cells in...
int array of 3 items in [-inf, inf] resolution
Resolution of the voxel grid.
string source_path
The external source data file to use (maximum length of 240)
boolean still
Always render a still frame from the voxel data sequence
int in [-300000, 300000] still_frame_number
The frame number to always use
Instance Variable Details [hide private]

extension

Sets how the texture is extrapolated past its original bounds in...
  • EXTEND
  • CLIP
  • REPEAT
Type:
enum

file_format

Format of the source data set to render in...
  • BLENDER_VOXEL
  • RAW_8BIT
  • IMAGE_SEQUENCE
  • SMOKE
Type:
enum

interpolation

Method to interpolate/smooth values between voxel cells in...
  • NEREASTNEIGHBOR
  • TRILINEAR
  • QUADRATIC
  • TRICUBIC_CATROM
  • TRICUBIC_BSPLINE
Type:
enum