CacheFile(ID)¶
base classes — bpy_struct
, ID
-
class
bpy.types.
CacheFile
(ID)¶ -
-
filepath
¶ Path to external displacements file
- Type
string, default “”, (never None)
-
forward_axis
¶ - Type
enum in [‘POS_X’, ‘POS_Y’, ‘POS_Z’, ‘NEG_X’, ‘NEG_Y’, ‘NEG_Z’], default ‘POS_X’
-
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
- Type
float in [-1.04857e+06, 1.04857e+06], default 0.0
-
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
- Type
float in [-1.04857e+06, 1.04857e+06], default 0.0
-
is_sequence
¶ Whether the cache is separated in a series of files
- Type
boolean, default False
-
object_paths
¶ Paths of the objects inside the Alembic archive
- Type
AlembicObjectPaths
bpy_prop_collection
ofAlembicObjectPath
, (readonly)
-
override_frame
¶ Whether to use a custom frame for looking up data in the cache file, instead of using the current scene frame
- Type
boolean, default False
-
scale
¶ Value by which to enlarge or shrink the object with respect to the world’s origin (only applicable through a Transform Cache constraint)
- Type
float in [0.0001, 1000], default 1.0
-
up_axis
¶ - Type
enum in [‘POS_X’, ‘POS_Y’, ‘POS_Z’, ‘NEG_X’, ‘NEG_Y’, ‘NEG_Z’], default ‘POS_X’
-
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