CacheFile(ID)
base classes — bpy_struct, ID
- class bpy.types.CacheFile(ID)
- active_index
(in [0, inf], default 0)
- Type:
int
- filepath
Path to external displacements file (default “”, never None, blend relative
//prefix supported)- Type:
str
- forward_axis
(default
'POS_X')- Type:
Literal[Object Axis Items]
- frame
The time to use for looking up the data in the cache file, or to determine which file to use in a file sequence (in [-1.04857e+06, 1.04857e+06], default 0.0)
- Type:
float
- frame_offset
Subtracted from the current frame to use for looking up the data in the cache file, or to determine which file to use in a file sequence (in [-1.04857e+06, 1.04857e+06], default 0.0)
- Type:
float
- is_sequence
Whether the cache is separated in a series of files (default False)
- Type:
bool
- layers
Layers of the cache (default None, readonly)
- Type:
- object_paths
Paths of the objects inside the Alembic archive (default None, readonly)
- Type:
- override_frame
Whether to use a custom frame for looking up data in the cache file, instead of using the current scene frame (default False)
- Type:
bool
- scale
Value by which to enlarge or shrink the object with respect to the world’s origin (only applicable through a Transform Cache constraint) (in [0.0001, 1000], default 1.0)
- Type:
float
- up_axis
(default
'POS_X')- Type:
Literal[Object Axis Items]
- velocity_name
Name of the Alembic attribute used for generating motion blur data (default “”, never None)
- Type:
str
- velocity_unit
Define how the velocity vectors are interpreted with regard to time, ‘frame’ means the delta time is 1 frame, ‘second’ means the delta time is 1 / FPS (default
'FRAME')- Type:
Literal[Velocity Unit Items]
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type