Files
test/source
Harley Acheson 3f91350d4e Fix #78371: Allow Deleting Items When Measure On Gizmos Off
When using the "Measure" Tool with Gizmos turned off, trying to delete
anything will result in an error message instead.  When Gizmos are on
then view3d_ruler_remove_invoke will return OPERATOR_PASS_THROUGH if
no rulers are selected. This way you can delete other objects. But if
Gizmos are off then it returns OPERATOR_CANCELLED which stops in its
tracks. Return OPERATOR_PASS_THROUGH in this case instead.

Pull Request: https://projects.blender.org/blender/blender/pulls/131340
2024-12-04 19:57:56 +01:00
..