Sculpt: Add trim orientation to sculpt box trim UI

This commit is contained in:
2023-02-24 11:28:23 -08:00
parent c517e4a501
commit a843a9c9bb

View File

@@ -1408,6 +1408,7 @@ class _defs_sculpt:
def draw_settings(_context, layout, tool):
props = tool.operator_properties("sculpt.trim_box_gesture")
layout.prop(props, "trim_mode", expand=False)
layout.prop(props, "trim_orientation", expand=False)
layout.prop(props, "trim_extrude_mode", expand=False)
layout.prop(props, "use_cursor_depth", expand=False)
return dict(