Blender Git Loki
Git Commits -> Revision 8ddf755
Revision 8ddf755 by Bastien Montagne (master) July 9, 2020, 09:46 (GMT) |
Fix T78718: Crash when deleting particle system modifier with the X Shortcut. Duplication and deletion code of modifiers was totally wrong for particle system, that special weird thing needs its own custom management. Note that for now I chose not to duplicate the particle settings ID when duplicating the modifier... |
Commit Details:
Full Hash: 8ddf7556a512b2b2ce89b75c9660e01a7aba8675
Parent Commit: ea5fe7a
Lines Changed: +67, -30
8 Modified Paths:
/source/blender/blenkernel/BKE_particle.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/particle.c (+24, -4) (Diff)
/source/blender/editors/include/ED_object.h (+4, -1) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+28, -20) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle.c (+24, -4) (Diff)
/source/blender/editors/include/ED_object.h (+4, -1) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/editors/object/object_modifier.c (+28, -20) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_object.c (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+1, -1) (Diff)