Tool System: add a mode option to 3D view circle select
Support only basic operations: new/add/subtract.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user