WIP: Transform: use only one gizmogroup for tool and context #104729

Draft
Germano Cavalcante wants to merge 1 commits from mano-wii/blender:xform_single_gizmo into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Germano Cavalcante 25a7c1b166 Transform: use only 1 gizmogroup for tool and context
This fixes #64821

Remove all content from "VIEW3D_GGT_xform_gizmo" and use it just to
link the "VIEW3D_GGT_xform_gizmo_context".

"VIEW3D_GGT_xform_gizmo_context" is no longer
`WM_GIZMOGROUPTYPE_PERSISTENT`, it is linked by the transform tools or
the options in the popover ("Move", "Rotate", "Scale").

If it is not being used, it will auto unlink on poll.
2023-02-14 02:03:00 -03:00