Blender Git Loki
Git Commits -> Revision e9c022b
Revision e9c022b by Campbell Barton (custom-manipulators) June 8, 2017, 18:21 (GMT) |
Using default keymap now works for RNA manipulators All widget groups must now define a name and idname. Also fix crash where keymap's wouldnt be initialized for runtime registered types. |
Commit Details:
Full Hash: e9c022b7d358ababa30d85bcc0bc91f7d9d098aa
Parent Commit: 070dd04
Lines Changed: +96, -29
10 Modified Paths:
/source/blender/editors/space_image/space_image.c (+1, -0) (Diff)
/source/blender/editors/space_node/node_widgets.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+4, -0) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+45, -17) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -6) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+28, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+13, -3) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -2) (Diff)
/source/blender/editors/space_node/node_widgets.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+4, -0) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+45, -17) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -6) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+28, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+13, -3) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+1, -2) (Diff)