Blender Git Loki
Git Commits -> Revision 69665bc
Revision 69665bc by Campbell Barton (master) March 1, 2019, 01:41 (GMT) |
RNA: move cursor into own struct Without this it's impractical to subscribe to any change to the cursor. Fixes T61969 by having gizmos update on any change to the cursor. |
Commit Details:
Full Hash: 69665bc7f06d727499596c87f1c08c1fc064efba
Parent Commit: 795effc
Lines Changed: +96, -84
11 Modified Paths:
/release/scripts/modules/bpy_extras/object_utils.py (+1, -1) (Diff)
/release/scripts/startup/bl_operators/object.py (+2, -2) (Diff)
/release/scripts/startup/bl_operators/object_align.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+7, -7) (Diff)
/release/scripts/templates_py/gizmo_operator.py (+1, -1) (Diff)
/release/scripts/templates_py/operator_modal_view3d_raycast.py (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c (+4, -12) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+3, -2) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+11, -7) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+64, -50) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/release/scripts/startup/bl_operators/object.py (+2, -2) (Diff)
/release/scripts/startup/bl_operators/object_align.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+7, -7) (Diff)
/release/scripts/templates_py/gizmo_operator.py (+1, -1) (Diff)
/release/scripts/templates_py/operator_modal_view3d_raycast.py (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_extrude_spin_gizmo.c (+4, -12) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+3, -2) (Diff)
/source/blender/editors/transform/transform_gizmo_3d.c (+11, -7) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+64, -50) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)