Tool System: add a mode option to 3D view circle select

Support only basic operations: new/add/subtract.
This commit is contained in:
2019-03-01 23:18:34 +11:00
parent 3c10de2c9b
commit 053c3bd48a
3 changed files with 7 additions and 4 deletions

View File

@@ -342,6 +342,7 @@ class _defs_view3d_select:
def circle():
def draw_settings(context, layout, tool):
props = tool.operator_properties("view3d.select_circle")
layout.prop(props, "mode", expand=True)
layout.prop(props, "radius")
def draw_cursor(context, tool, xy):