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
VolumeGrids
bpy_prop_collection
ofVolumeGrid
, (readonly)
-
is_sequence
¶ Whether the cache is separated in a series of files
- Type
boolean, default False
-
materials
¶ - Type
IDMaterials
bpy_prop_collection
ofMaterial
, (readonly)
-
packed_file
¶ - Type
PackedFile
, (readonly)
-
render
¶ Volume render settings for 3D viewport
- Type
VolumeRender
, (readonly)
-
sequence_mode
¶ Sequence playback mode
CLIP
Clip, Hide frames outside the specified frame range.EXTEND
Extend, Repeat the start frame before, and the end frame after the frame range.REPEAT
Repeat, Cycle the frames in the sequence.PING_PONG
Ping-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.Struct
subclass
-
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