Tool System: add select tools to particle edit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1671,7 +1671,9 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
|
||||
*_tools_annotate,
|
||||
],
|
||||
'PARTICLE': [
|
||||
*_tools_select,
|
||||
_defs_view3d_generic.cursor,
|
||||
None,
|
||||
_defs_particle.generate_from_brushes,
|
||||
],
|
||||
'SCULPT': [
|
||||
|
||||
Reference in New Issue
Block a user