Merge branch 'arcpatch-D9622' into sculpt-dev

This commit is contained in:
2021-02-07 19:18:46 +01:00
16 changed files with 216 additions and 63 deletions

View File

@@ -1405,6 +1405,7 @@ class _defs_sculpt:
props = tool.operator_properties("sculpt.trim_lasso_gesture")
layout.prop(props, "trim_mode", expand=False)
layout.prop(props, "trim_orientation", expand=False)
layout.prop(props, "trim_location", expand=False)
layout.prop(props, "use_cursor_depth", expand=False)
return dict(
idname="builtin.lasso_trim",