Blender Git Commit Log

Git Commits -> Revision 11d90f0

Revision 11d90f0 by Campbell Barton (master)
June 10, 2017, 00:42 (GMT)
Manipulator Update/Refactor

Sync with custom-manipulators branch

- Use identifiers for properties.
- Property array index access.
- Remove operator from manipulators
(wasn't used and will likely add in a different way).

Commit Details:

Full Hash: 11d90f0f3b65abb6689ca66731ab54f2f38e905f
Parent Commit: 0a5e9e2
Lines Changed: +1053, -893

29 Modified Paths:

/source/blender/editors/include/ED_manipulator_library.h (+32, -23) (Diff)
/source/blender/editors/include/ED_view3d.h (+2, -0) (Diff)
/source/blender/editors/manipulator_library/arrow2d_manipulator.c (+23, -23) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+54, -54) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+100, -95) (Diff)
/source/blender/editors/manipulator_library/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/manipulator_library/dial3d_manipulator.c (+15, -15) (Diff)
/source/blender/editors/manipulator_library/manipulator_geometry.h (+3, -0) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+5, -7) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+30, -23) (Diff)
/source/blender/editors/manipulator_library/primitive3d_manipulator.c (+16, -16) (Diff)
/source/blender/editors/space_node/node_widgets.c (+10, -9) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+122, -0) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+36, -32) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+43, -42) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+8, -13) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+0, -7) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+201, -184) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+118, -119) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+120, -129) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+14, -14) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+32, -23) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+5, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+42, -36) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+12, -17) (Diff)
/source/blender/windowmanager/WM_types.h (+0, -3) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+8, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021