Blender Git Commit Log

Git Commits -> Revision 443904f

Revision 443904f by Campbell Barton (master)
June 6, 2017, 07:09 (GMT)
WM: functions for assigning all manipulator callbacks

- Move callbacks into type struct.
- Rename render_3d_intersection -> draw_select.
- Add header for function signatures (needed for types and api headers).
- Add WM_manipulatormaptype_find

Commit Details:

Full Hash: 443904f1f4f9f0b45e4ef10ec4b5c9392559ada0
Parent Commit: 2ebde4c
Lines Changed: +275, -151

1 Added Path:

/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+51, -0) (View)

15 Modified Paths:

/source/blender/editors/transform/transform_manipulator.c (+1, -1) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow2d_manipulator.c (+6, -6) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/arrow_manipulator.c (+8, -8) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/cage_manipulator.c (+7, -7) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/dial_manipulator.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/intern/manipulator_library/primitive_manipulator.c (+4, -4) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+78, -48) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+37, -17) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+14, -14) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator_intern.h (+24, -21) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+22, -10) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+12, -9) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_wmapi.h (+0, -2) (Diff)
/source/blenderplayer/bad_level_call_stubs/stubs.c (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021