Merge branch 'blender-v2.92-release'

This commit is contained in:
2021-01-16 11:39:29 +11:00
4 changed files with 117 additions and 8 deletions

View File

@@ -462,6 +462,8 @@ class _defs_view3d_add:
row = layout.row()
row.scale_x = 0.7
row.prop(props, "plane_origin")
row.scale_x = 0.8
row.prop(props, "snap_target")
@ToolDef.from_fn
def cube_add():