Blender Git Loki
Git Commits -> Revision c47be43
Revision c47be43 by Campbell Barton (master) September 26, 2018, 06:23 (GMT) |
Gizmo: add invoke_prepare callback Allows gizmo groups to set values based on the gizmo about to be invoked. |
Commit Details:
Full Hash: c47be43674f525c568f52afc900963875e742678
Parent Commit: bb8023f
Lines Changed: +38, -0
5 Modified Paths:
/source/blender/makesrna/intern/rna_wm_gizmo.c (+28, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c (+3, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+3, -0) (Diff)
/source/blender/windowmanager/gizmo/wm_gizmo_fn.h (+2, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+2, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_group.c (+3, -0) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+3, -0) (Diff)
/source/blender/windowmanager/gizmo/wm_gizmo_fn.h (+2, -0) (Diff)
/source/blender/windowmanager/gizmo/WM_gizmo_types.h (+2, -0) (Diff)