Blender Git Commit Log
Git Commits -> Revision 1f18023
Revision 1f18023 by Campbell Barton (master) September 12, 2018, 23:10 (GMT) |
Gizmo: value2d utility to adjust operator values This allows any operator to interactively redo without having to manually make each operator modal. |
Commit Details:
Full Hash: 1f1802307f9a3b1a09b9eb8d70dadc7c849c5e2c
Parent Commit: 26a6e58
Lines Changed: +357, -2
2 Added Paths:
/source/blender/editors/gizmo_library/gizmo_group_types/value2d_gizmo_group.c (+176, -0) (View)
/source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c (+145, -0) (View)
/source/blender/editors/gizmo_library/gizmo_types/value2d_gizmo.c (+145, -0) (View)
7 Modified Paths:
/source/blender/editors/gizmo_library/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/include/ED_gizmo_library.h (+4, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_gizmo.c (+2, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+19, -1) (Diff)
/source/blender/windowmanager/intern/wm_toolsystem.c (+3, -1) (Diff)
/source/blender/editors/include/ED_gizmo_library.h (+4, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_gizmo.c (+2, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+19, -1) (Diff)
/source/blender/windowmanager/intern/wm_toolsystem.c (+3, -1) (Diff)