Skip to content

Commit

Permalink
* fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSauder committed Oct 12, 2021
1 parent fe64da2 commit f126b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def draw(self, context):
row.operator(op_rectify.op.bl_idname, text="Rectify", icon_value = icon_get("op_rectify"))

split = col.split(factor=0.75, align=True)
split.operator(op_uv_unfold.op.bl_idname, text="Unfold", icon_value = icon_get("op_uv_unfold"))
split.operator(op_uv_unfold.op.bl_idname, text="Unfold", icon_value = icon_get("op_uv_unfold")).axis="xy"
row = split.row(align=True)
row.operator(op_uv_unfold.op.bl_idname, text="U").axis="x"
row.operator(op_uv_unfold.op.bl_idname, text="V").axis="y"
Expand Down

0 comments on commit f126b93

Please sign in to comment.