Blender Git Loki
Git Commits -> Revision 075bf33
Revision 075bf33 by Julian Eisel (custom-manipulators) September 28, 2016, 22:12 (GMT) |
Regions now use a single manipulator-map again Instead of having multiple manipulator-maps for 2D and 3D manipulators, manipulator-group-types should be tagged as being either 2D or 3D. When it comes to drawing these can be drawn separately. Note that more work needs to be done here (added some todo marks), but there are probably going to be quite a few issues when merging into custom_manipulators, so will handle these first. |
Commit Details:
Full Hash: 075bf33e0f5494cc55ffde7428e9a6983d1fec75
Parent Commit: 319db37
Lines Changed: +109, -178
13 Modified Paths:
/source/blender/blenkernel/BKE_screen.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/screen.c (+5, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+5, -8) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+48, -61) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+37, -76) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+0, -2) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+1, -3) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+0, -10) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+5, -6) (Diff)
/source/blender/blenkernel/intern/screen.c (+5, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+5, -8) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+48, -61) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+37, -76) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+0, -2) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+1, -3) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+0, -10) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+5, -6) (Diff)