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 [-500000, 500000], 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 0.0
-
up_axis
¶ Type: enum in [‘POS_X’, ‘POS_Y’, ‘POS_Z’, ‘NEG_X’, ‘NEG_Y’, ‘NEG_Z’], default ‘POS_X’
-
Inherited Properties
Inherited Functions
References