Blender Git Commit Log
Git Commits -> Revision 3bcde46
Revision 3bcde46 by Joshua Leung (master) December 19, 2010, 10:38 (GMT) |
Bugfix [#25298] Nasty group cycle that creates crash blend files is allowed Infinite recursion (manisfesting as a crash) occurred when trying to set the dupli-group setting on an object, when the object is a member of the group being set. Added a check and warning for this in RNA to prevent such setups from occurring in future. Todo: The warning report is currently only printed to console as I can't quite remember how to grab reports pointer without context/operator pointer available. |
Commit Details:
Full Hash: 3bcde46dfae04f4659975d44a1e6837197a2fb18
SVN Revision: 33782
Parent Commit: e53921c
Lines Changed: +18, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_object.c (+18, -0) (Diff)