Volume(ID)
base classes — bpy_struct, ID
- class bpy.types.Volume(ID)
 Volume data-block for 3D volume grids
- display
 Volume display settings for 3D viewport
- Type
 VolumeDisplay, (readonly)
- filepath
 Volume file used by this Volume data-block
- Type
 string, default “”, (never None)
- frame_duration
 Number of frames of the sequence to use
- Type
 int in [0, 1048574], default 0
- frame_offset
 Offset the number of the frame to use in the animation
- Type
 int in [-inf, inf], default 0
- frame_start
 Global starting frame of the sequence, assuming first has a #1
- Type
 int in [-1048574, 1048574], default 1
- grids
 3D volume grids
- Type
 VolumeGridsbpy_prop_collectionofVolumeGrid, (readonly)
- is_sequence
 Whether the cache is separated in a series of files
- Type
 boolean, default False
- materials
 - Type
 IDMaterialsbpy_prop_collectionofMaterial, (readonly)
- packed_file
 - Type
 PackedFile, (readonly)
- render
 Volume render settings for 3D viewport
- Type
 VolumeRender, (readonly)
- sequence_mode
 Sequence playback mode
CLIPClip – Hide frames outside the specified frame range.EXTENDExtend – Repeat the start frame before, and the end frame after the frame range.REPEATRepeat – Cycle the frames in the sequence.PING_PONGPing-Pong – Repeat the frames, reversing the playback direction every other cycle.
- Type
 enum in [‘CLIP’, ‘EXTEND’, ‘REPEAT’, ‘PING_PONG’], default ‘CLIP’
- classmethod bl_rna_get_subclass(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The RNA type or default when not found.
- Return type
 bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)
 - Parameters
 id (string) – The RNA type identifier.
- Returns
 The class or default when not found.
- Return type
 type
Inherited Properties
Inherited Functions
References