Blender Git Commit Log

Git Commits -> Revision d8f931c

Revision d8f931c by Campbell Barton (master)
April 6, 2017, 12:10 (GMT)
Changes from custom-manipulators branch

Minor changes from custom-manipulators branch,
before larger changes are applied.

Commit Details:

Full Hash: d8f931c9b7db09f969a0a6379782103071e0e9f5
Parent Commit: 0feca27
Lines Changed: +3367, -43

11 Added Paths:

/source/blender/makesdna/DNA_manipulator_types.h (+43, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow2d_manipulator.c (+221, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c (+561, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/cage_manipulator.c (+564, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c (+381, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/geom_arrow_manipulator.c (+141, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/geom_cube_manipulator.c (+75, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/geom_dial_manipulator.c (+813, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_geometry.h (+51, -0) (View)
/source/blender/windowmanager/manipulators/intern/manipulator_library/primitive_manipulator.c (+248, -0) (View)
/source/blender/windowmanager/manipulators/WM_manipulator_library.h (+128, -0) (View)

15 Modified Paths:

/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+3, -3) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+9, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+4, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/manipulator_library_intern.h (+5, -5) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+69, -7) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+2, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+33, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+6, -12) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+3, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+0, -15) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021