Tool System: add select tools to particle edit

This commit is contained in:
Campbell Barton
2019-03-06 00:28:06 +11:00
parent 7a6b46aac5
commit 68a0d35036
2 changed files with 5 additions and 0 deletions

View File

@@ -208,6 +208,9 @@ def generate(context, space_type):
properties=kmi_hack_brush_select_properties,
include={'KEYBOARD'},
)[1]
elif mode == 'PARTICLE_EDIT':
# Doesn't use brushes
pass
else:
print("Unsupported mode:", mode)
del mode, attr