Add Object Tool: add initial "Fixed Aspect" option

This makes it more convent to add many objects with a fixed aspect ratio.
This commit is contained in:
Campbell Barton
2021-01-16 11:29:58 +11:00
parent fef7b792e7
commit ecffd231a0
2 changed files with 21 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ class _defs_view3d_add:
layout.use_property_split = True
layout.row().prop(props, "plane_axis", expand=True)
layout.row().prop(props, "plane_origin", expand=True)
layout.row().prop(props, "use_fixed_aspect")
@ToolDef.from_fn
def cube_add():