PointCache(bpy_struct)

base class — bpy_struct

class bpy.types.PointCache(bpy_struct)

Point cache for physics simulations

compression

Compression method to be used

  • NO No, No compression.
  • LIGHT Light, Fast but not so effective compression.
  • HEAVY Heavy, Effective but slow compression.
Type :enum in [‘NO’, ‘LIGHT’, ‘HEAVY’], default ‘NO’
filepath

Cache file path

Type :string, default “”
frame_end

Frame on which the simulation stops

Type :int in [1, 300000], default 0
frame_start

Frame on which the simulation starts

Type :int in [1, 300000], default 0
frame_step

Number of frames between cached frames

Type :int in [1, 20], default 0
frames_skipped
Type :boolean, default False, (readonly)
index

Index number of cache files

Type :int in [-1, 100], default 0
info

Info on current cache status

Type :string, default “”, (readonly)
is_baked
Type :boolean, default False, (readonly)
is_baking
Type :boolean, default False, (readonly)
is_outdated
Type :boolean, default False, (readonly)
name

Cache name

Type :string, default “”
point_caches

Point cache list

Type :PointCaches bpy_prop_collection of PointCache, (readonly)
use_disk_cache

Save cache files to disk (.blend file must be saved first)

Type :boolean, default False
use_external

Read cache from an external location

Type :boolean, default False
use_library_path

Use this files path when library linked into another file

Type :boolean, default False
use_quick_cache

Update simulation with cache steps

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

PluginTexture(Texture)

Next topic

PointCaches(bpy_struct)