Blender Git Loki
Git Commits -> Revision be89b95
Revision be89b95 by Campbell Barton (master) August 21, 2017, 15:55 (GMT) |
Fix crash re-registering manipulators Duplicating strings caused problems using strings in both struct hash and manipulator group types own hash. |
Commit Details:
Full Hash: be89b95e983566a74e72ab51fddacee49b808869
Parent Commit: 3e555d3
Lines Changed: +37, -21
4 Modified Paths:
/source/blender/makesrna/intern/rna_wm_manipulator.c (+28, -21) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group_type.c (+4, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c (+4, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group.c (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_group_type.c (+4, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_type.c (+4, -0) (Diff)