Blender Git Commit Log

Git Commits -> Revision 643df8f

Revision 643df8f by Campbell Barton (custom-manipulators)
June 15, 2017, 20:24 (GMT)
Add support for delayed removal

This is needed so manipulators can tag themselves for removal
without causing problems from freeing data within a callback.

Also use properties within the dial manipulator and fix an error where
removing a wmManipulatorGroupType didn't remove its keymap.

Commit Details:

Full Hash: 643df8fdab78f623284d1b81ee73088c57f4c96a
Parent Commit: ff157b2
Lines Changed: +98, -6

6 Modified Paths:

/source/blender/editors/manipulator_library/dial3d_manipulator.c (+15, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulator.c (+6, -1) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c (+28, -0) (Diff)
/source/blender/windowmanager/manipulators/intern/wm_manipulatormap.c (+37, -4) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_api.h (+9, -1) (Diff)
/source/blender/windowmanager/manipulators/WM_manipulator_types.h (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021