Object: add-object option to place on the surface normal

Optionally use the surface normal under the mouse cursor.
This commit is contained in:
2020-07-22 22:28:13 +10:00
parent 980dd43bd4
commit 4950022e7d
2 changed files with 160 additions and 14 deletions

View File

@@ -455,6 +455,11 @@ class _defs_view3d_add:
row = layout.row()
row.prop(props, "plane_axis", text="")
row = layout.row()
row.scale_x = 0.8
row.label(text="Orientation:")
row = layout.row()
row.prop(props, "plane_orientation", text="")
row = layout.row()
row.scale_x = 0.7
row.prop(props, "plane_origin")