Blender Git Commit Log
Git Commits -> Revision 12d2bdd
Revision 12d2bdd by Julian Eisel (custom-manipulators) October 3, 2016, 21:54 (GMT) |
Move some manipulator flags to manipulator-group-type level Had to do some changes to allow this, basically the wmManipulator.mgroup pointer to get the manipulator-group from the manipulator is back which is a bit ugly. Think that's fine though, only a minor annoyance. |
Commit Details:
Full Hash: 12d2bdd372d859e112981c0c07380e6a03f3c855
Parent Commit: 291c286
Lines Changed: +86, -61
8 Modified Paths:
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_library_utils.c (+2, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+20, -21) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+27, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+8, -17) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+5, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+22, -11) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+1, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_library_utils.c (+2, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+20, -21) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+27, -2) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+8, -17) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+5, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+22, -11) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+1, -8) (Diff)