Blender Git Commit Log

Git Commits -> Revision 1c20d19

Revision 1c20d19 by Campbell Barton (custom-manipulators)
June 14, 2017, 16:44 (GMT)
Manipulator Properties

- Add a different kind of properties that use function callbacks
instead of RNA.
Needed for situations when there isn't 1:1 correspondence
between the manipulator's position and the internal value.
- Move manipulator properties into their own file.

Commit Details:

Full Hash: 1c20d194e1a45cede608831cd25c793efacaa406
Parent Commit: 0e44c1a
Lines Changed: +271, -99

1 Added Path:

/source/blender/windowmanager/manipulators/intern/wm_manipulator_property.c (+177, -0) (View)

12 Modified Paths:

/build_files/cmake/macros.cmake (+1, -0) (Diff)
/source/blender/editors/manipulator_library/arrow3d_manipulator.c (+14, -14) (Diff)
/source/blender/editors/manipulator_library/cage2d_manipulator.c (+4, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_intern.h (+0, -4) (Diff)
/source/blender/editors/manipulator_library/manipulator_library_utils.c (+13, -35) (Diff)
/source/blender/editors/space_node/node_manipulators.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_manipulators.c (+5, -5) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+1, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+1, -29) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+21, -6) (Diff)
/source/blender/windowmanager/manipulators/wm_manipulator_fn.h (+19, -0) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+13, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021