Fix gizmo orientation w/ shear tool

This commit is contained in:
2019-01-10 12:25:09 +11:00
parent f9d14ceb40
commit 1e00f91760
2 changed files with 21 additions and 3 deletions

View File

@@ -665,6 +665,7 @@ class _defs_edit_mesh:
props = tool.operator_properties("transform.shear")
layout.label(text="View Axis:")
layout.prop(props, "shear_axis", expand=True)
_template_widget.TRANSFORM_GGT_gizmo.draw_settings_with_index(context, layout, 2)
return dict(
text="Shear",
icon="ops.transform.shear",