Blender Git Loki
Git Commits -> Revision 5155924
Revision 5155924 by Brecht Van Lommel (master) March 30, 2010, 12:23 (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. (commits 27856 by Campbell from render25 branch) |
Commit Details:
Full Hash: 515592438f0f5665cadbd12c7698554bd2b89146
SVN Revision: 27867
Parent Commit: 71446ee
Lines Changed: +69, -27
8 Modified Paths:
/source/blender/blenkernel/BKE_pointcache.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+30, -6) (Diff)
/source/blender/blenkernel/intern/scene.c (+21, -6) (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 (+30, -6) (Diff)
/source/blender/blenkernel/intern/scene.c (+21, -6) (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)