Blender Git Commit Log
Git Commits -> Revision 568f0c7
Revision 568f0c7 by Sergey Sharybin (master) June 11, 2013, 11:21 (GMT) |
Fix #35704: Simplify on scene with dupli recursion crashes Couple of issues here: - User shouldn't be able to run into dupligroup recursion. It was checking already when setting a group for dupli. Added check to operator which adds object to group. - It's still possible files with recursion are hanging around, so made simplify function robust to such kind of crap. |
Commit Details:
Full Hash: 568f0c70c13ed8aca358b9b50606c7cd671ce2e2
SVN Revision: 57376
Parent Commit: e895c83
Lines Changed: +69, -0