Blender Git Loki
Git Commits -> Revision 0197329
Revision 0197329 by Bastien Montagne (master) August 23, 2018, 06:46 (GMT) |
Fix T56498: Segment fault when change parameter of one operator after undo. You cannot store ID (or any other data) pointers accross undo?s/redo?s, those are reading .blend file and hence invalidating all pointers! Not that happy with this fix, code is rather convoluted and not elegant at all, but cannot think of a better solution, so will do for now. Also found and fixed another 'str ghash used for int keys' case... |
Commit Details:
Full Hash: 01973290a9fd6c7e48ab4d19043eb3a26939cb4e
Parent Commit: faafe6e
Lines Changed: +52, -10
1 Modified Path:
/source/blender/editors/gpencil/gpencil_edit.c (+52, -10) (Diff)