Blender Git Loki
Git Commits -> Revision a84a59b
Revision a84a59b by Brecht Van Lommel (master) October 19, 2009, 12:13 (GMT) |
Fix #19638: crash when assiging self in boolean modifier. Also: * UI now takes ID self check flag into account so that e.g. it doesn't offer to the make object it's own parent. * Mesh loop cuts number of cuts had wrong limits. * Don't use mesh_get_derived_final in modifier stack, but ob->derivedFinal instead. Avoids crashes on dependency loops, and in case there is no loop it should have been created. |
Commit Details:
Full Hash: a84a59b64e5d7bfe3be4bcf5c41b6c481ecde880
SVN Revision: 23950
Parent Commit: 952322e
Lines Changed: +36, -32
6 Modified Paths:
/source/blender/blenkernel/intern/modifier.c (+3, -3) (Diff)
/source/blender/editors/interface/interface_layout.c (+5, -1) (Diff)
/source/blender/editors/mesh/loopcut.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+26, -25) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_types.h (+0, -1) (Diff)
/source/blender/editors/interface/interface_layout.c (+5, -1) (Diff)
/source/blender/editors/mesh/loopcut.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+26, -25) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_types.h (+0, -1) (Diff)