Blender Git Loki
Git Commits -> Revision 2cdfa33
Revision 2cdfa33 by Campbell Barton (master) September 11, 2012, 10:18 (GMT) |
fix [#29616] Crash/infinite loop from missing cyclic check in group/dupligroups (unlikely/intentional) calling BKE_ptcache_ids_from_object() could recursively call BKE_object_handle_update(), when there is no reason to update object transforms at all. Add option not to do any updates and just return an object list. |
Commit Details:
Full Hash: 2cdfa33137b69b82c8354dd5d0bd58acfe2d89d9
SVN Revision: 50525
Parent Commit: 10d18e5
Lines Changed: +48, -22