Package bpy :: Module types :: Class PointCache
[hide private]
[frames] | no frames]

Class PointCache

The Point Cache Object

Point cache for physics simulations.

References

Instance Variables [hide private]
int in [0, inf] active_point_cache_index
Active Point Cache Index
boolean (readonly) baked
baked
boolean (readonly) baking
baking
boolean disk_cache
Save cache files to disk
int in [1, 300000] end_frame
Frame on which the simulation stops.
boolean external
Read cache from an external location
string filepath
Cache file path.
boolean (readonly) frames_skipped
frames_skipped
int in [-1, 100] index
Index number of cache files.
string (readonly) info
Info on current cache status.
string name
Cache name (maximum length of 64)
boolean (readonly) outdated
Cache is outdated
Collection of PointCache (readonly) point_cache_list
Point cache list
boolean quick_cache
Update simulation with cache steps
int in [1, 300000] start_frame
Frame on which the simulation starts.
int in [1, 20] step
Number of frames between cached frames.
Instance Variable Details [hide private]

filepath

Cache file path. (maximum length of 240)
Type:
string

info

Info on current cache status. (maximum length of 64)
Type:
string (readonly)