Tool System: use set/add/subtract for all box select operators

This commit is contained in:
Campbell Barton
2019-03-07 20:33:57 +11:00
parent e52e0c83d7
commit 219e2f976d
15 changed files with 152 additions and 176 deletions

View File

@@ -1324,7 +1324,7 @@ class _defs_node_select:
def box():
def draw_settings(context, layout, tool):
props = tool.operator_properties("node.select_box")
layout.prop(props, "deselect")
layout.prop(props, "mode", expand=True)
pass
return dict(
text="Select Box",