Blender Git Commit Log
Git Commits -> Revision c1c669f
Revision c1c669f by Campbell Barton (render25) March 30, 2010, 09:18 (GMT) |
Baking for dupligroup & linked library objects - library data allows pointcache writing (hard to know how this should work long term so ifdef'd for now) - changing the frame now updates the dupligroup objects - BKE_ptcache_ids_from_object(), option to get the id's from duplis note! scene_update_tagged() is called from the main() loop, and runs BKE_ptcache_quick_cache_all(), this could become a performance issue, especially with duplis, should probably not call BKE_ptcache_quick_cache_all() all the time, even when not playing back animation. |
Commit Details:
Full Hash: c1c669f9724deacf91e9612ad7b0db39b9dcd613
SVN Revision: 27856
Parent Commit: ede4963
Lines Changed: +57, -27
8 Modified Paths:
/source/blender/blenkernel/BKE_pointcache.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+31, -7) (Diff)
/source/blender/blenkernel/intern/scene.c (+8, -5) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/editors/physics/particle_edit.c (+1, -1) (Diff)
/source/blender/editors/physics/physics_pointcache.c (+6, -4) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+7, -7) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+31, -7) (Diff)
/source/blender/blenkernel/intern/scene.c (+8, -5) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/editors/physics/particle_edit.c (+1, -1) (Diff)
/source/blender/editors/physics/physics_pointcache.c (+6, -4) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+7, -7) (Diff)