Blender Git Loki
Git Commits -> Revision 6475f16
Revision 6475f16 by Campbell Barton (master) December 11, 2017, 10:38 (GMT) |
Manipulator: make grab-cursor a manipulator flag As with operators, allow manipulators to grab the cursor. Previously this was enabled for all 3D manipulators. |
Commit Details:
Full Hash: 6475f163ecf137b3bfc8a64405e194eef44d8746
Parent Commit: 4737b95
Lines Changed: +43, -6
5 Modified Paths:
/source/blender/editors/transform/transform_manipulator.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+8, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+24, -6) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_manipulator.c (+8, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_map.c (+24, -6) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+4, -0) (Diff)