Blender Git Loki

Git Commits -> Revision de604e1

Revision de604e1 by Lukas Toenne (alembic_pointcache)
December 8, 2013, 08:02 (GMT)
Removed the BAKED flag from point cache state. The cached now has a new
flag LOCK_SETTINGS instead, which should indicate more clearly that it
is about preventing cache modification by disabling user settings
changes.

The cache should not have to care about this setting in the first place.
It becomes increasingly difficult to control changed simulation settings
anyway (scripting!), and the cache should not even try to exert control
over sims this way. Eventually this flag should be a feature of
simulations and modifiers, using it as a 3rd option beside
enabled/disabled and using only existing cached data.

Commit Details:

Full Hash: de604e1b6edd4bd1fda8f84928e4b13406b8569b
Parent Commit: 8aa35aa
Lines Changed: +45, -90

15 Modified Paths:

/release/scripts/startup/bl_ui/properties_particle.py (+7, -6) (Diff)
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/cloth.c (+0, -5) (Diff)
/source/blender/blenkernel/intern/dynamicpaint.c (+3, -4) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+4, -18) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+4, -27) (Diff)
/source/blender/blenkernel/intern/rigidbody.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/smoke.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/softbody.c (+0, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -1) (Diff)
/source/blender/editors/physics/particle_edit.c (+4, -4) (Diff)
/source/blender/editors/space_time/space_time.c (+1, -4) (Diff)
/source/blender/makesdna/DNA_pointcache_types.h (+10, -6) (Diff)
/source/blender/makesrna/intern/rna_pointcache.c (+4, -4) (Diff)
/source/blender/modifiers/intern/MOD_particleinstance.c (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021