Particle¶
Quick Reference¶
Detailed Reference¶
Note
Hotkeys marked with the “(default)” prefix are inherited from the default blender keymap
-
Ctrl-A→ particle.select_all : KEYBOARD → PRESS¶ (De)select All
bpy.ops.particle.select_all(action=’TOGGLE’)
Properties: Values: Action TOGGLE
-
(default)
A→ particle.select_all : KEYBOARD → PRESS¶ (De)select All
bpy.ops.particle.select_all(action=’TOGGLE’)
Properties: Values: Action TOGGLE
-
(default)
Ctrl-I→ particle.select_all : KEYBOARD → PRESS¶ (De)select All
bpy.ops.particle.select_all(action=’TOGGLE’)
Properties: Values: Action INVERT
-
(default)
Ctrl-NUMPAD_PLUS→ particle.select_more : KEYBOARD → PRESS¶ Select More
bpy.ops.particle.select_more()
-
(default)
Ctrl-NUMPAD_MINUS→ particle.select_less : KEYBOARD → PRESS¶ Select Less
bpy.ops.particle.select_less()
-
(default)
L→ particle.select_linked : KEYBOARD → PRESS¶ Select Linked
bpy.ops.particle.select_linked(deselect=False, location=(0, 0))
Properties: Values: Deselect False
-
(default)
Shift-L→ particle.select_linked : KEYBOARD → PRESS¶ Select Linked
bpy.ops.particle.select_linked(deselect=False, location=(0, 0))
Properties: Values: Deselect True
-
(default)
X→ particle.delete : KEYBOARD → PRESS¶ Delete
bpy.ops.particle.delete(type=’PARTICLE’)
-
(default)
DEL→ particle.delete : KEYBOARD → PRESS¶ Delete
bpy.ops.particle.delete(type=’PARTICLE’)
-
(default)
Alt-H→ particle.reveal : KEYBOARD → PRESS¶ Reveal
bpy.ops.particle.reveal()
-
(default)
H→ particle.hide : KEYBOARD → PRESS¶ Hide Selected
bpy.ops.particle.hide(unselected=False)
Properties: Values: Unselected False
-
(default)
Shift-H→ particle.hide : KEYBOARD → PRESS¶ Hide Selected
bpy.ops.particle.hide(unselected=False)
Properties: Values: Unselected True
-
(default)
Any-LEFTMOUSE→ view3d.manipulator : MOUSE → PRESS¶ 3D Manipulator
bpy.ops.view3d.manipulator(constraint_axis=(False, False, False), constraint_orientation=’GLOBAL’, release_confirm=False)
Properties: Values: Confirm on Release True
-
(default)
LEFTMOUSE→ particle.brush_edit : MOUSE → PRESS¶ Brush Edit
bpy.ops.particle.brush_edit(stroke=[])
-
(default)
Shift-LEFTMOUSE→ particle.brush_edit : MOUSE → PRESS¶ Brush Edit
bpy.ops.particle.brush_edit(stroke=[])
-
(default)
F→ wm.radial_control : KEYBOARD → PRESS¶ Radial Control
bpy.ops.wm.radial_control(data_path_primary=””, data_path_secondary=””, use_secondary=””, rotation_path=””, color_path=””, fill_color_path=””, fill_color_override_path=””, fill_color_override_test_path=””, zoom_path=””, image_id=””, secondary_tex=False)
Properties: Values: Primary Data Path tool_settings.particle_edit.brush.size
-
(default)
Shift-F→ wm.radial_control : KEYBOARD → PRESS¶ Radial Control
bpy.ops.wm.radial_control(data_path_primary=””, data_path_secondary=””, use_secondary=””, rotation_path=””, color_path=””, fill_color_path=””, fill_color_override_path=””, fill_color_override_test_path=””, zoom_path=””, image_id=””, secondary_tex=False)
Properties: Values: Primary Data Path tool_settings.particle_edit.brush.strength
Call Menu
bpy.ops.wm.call_menu(name=””)
Properties: Values: Name VIEW3D_MT_particle_specials
-
(default)
Shift-K→ particle.weight_set : KEYBOARD → PRESS¶ Weight Set
bpy.ops.particle.weight_set(factor=1)
-
(default)
Shift-O→ wm.context_cycle_enum : KEYBOARD → PRESS¶ Context Enum Cycle
bpy.ops.wm.context_cycle_enum(data_path=””, reverse=False, wrap=False)
Properties: Values: Context Attributes tool_settings.proportional_edit_falloff Wrap True
-
(default)
O→ wm.context_toggle_enum : KEYBOARD → PRESS¶ Context Toggle Values
bpy.ops.wm.context_toggle_enum(data_path=””, value_1=””, value_2=””)
Properties: Values: Context Attributes tool_settings.proportional_edit Value DISABLED Value ENABLED