Particle Operators

bpy.ops.particle.brush_edit(stroke=None)

Undocumented (contribute)

Parameters:stroke (bpy_prop_collection of OperatorStrokeElement, (optional)) – Stroke
bpy.ops.particle.connect_hair(all=False)

Connect hair to the emitter mesh

Parameters:all (boolean, (optional)) – All hair, Connect all hair systems to the emitter mesh
bpy.ops.particle.delete(type='PARTICLE')

Undocumented (contribute)

Parameters:type (enum in [‘PARTICLE’, ‘KEY’], (optional)) – Type, Delete a full particle or only keys.
bpy.ops.particle.disconnect_hair(all=False)

Disconnect hair from the emitter mesh

Parameters:all (boolean, (optional)) – All hair, Disconnect all hair systems from the emitter mesh
bpy.ops.particle.dupliob_copy()

Duplicate the current dupliobject

bpy.ops.particle.dupliob_move_down()

Move dupli object down in the list

bpy.ops.particle.dupliob_move_up()

Move dupli object up in the list

bpy.ops.particle.dupliob_remove()

Remove the selected dupliobject

bpy.ops.particle.edited_clear()

Undocumented (contribute)

bpy.ops.particle.hide(unselected=False)

Undocumented (contribute)

Parameters:unselected (boolean, (optional)) – Unselected, Hide unselected rather than selected.
bpy.ops.particle.mirror()

Undocumented (contribute)

bpy.ops.particle.new()

Add new particle settings

bpy.ops.particle.new_target()

Add a new particle target

bpy.ops.particle.particle_edit_toggle()

Undocumented (contribute)

bpy.ops.particle.rekey(keys=2)

Undocumented (contribute)

Parameters:keys (int in [2, inf], (optional)) – Number of Keys
bpy.ops.particle.remove_doubles(threshold=0.0002)

Undocumented (contribute)

Parameters:threshold (float in [0, inf], (optional)) – Threshold, Threshold distance withing which particles are removed
bpy.ops.particle.reveal()

Undocumented (contribute)

bpy.ops.particle.select_all(action='TOGGLE')

Undocumented (contribute)

Parameters:action (enum in [‘TOGGLE’, ‘SELECT’, ‘DESELECT’, ‘INVERT’], (optional)) – Action, Selection action to execute
bpy.ops.particle.select_inverse()

Undocumented (contribute)

bpy.ops.particle.select_less()

Undocumented (contribute)

bpy.ops.particle.select_linked(deselect=False, location=(0, 0))

Undocumented (contribute)

Parameters:
  • deselect (boolean, (optional)) – Deselect, Deselect linked keys rather than selecting them.
  • location (int array of 2 items in [0, inf], (optional)) – Location
bpy.ops.particle.select_more()

Undocumented (contribute)

bpy.ops.particle.select_roots()

Undocumented (contribute)

bpy.ops.particle.select_tips()

Undocumented (contribute)

bpy.ops.particle.subdivide()

Undocumented (contribute)

bpy.ops.particle.target_move_down()

Move particle target down in the list

bpy.ops.particle.target_move_up()

Move particle target up in the list

bpy.ops.particle.target_remove()

Remove the selected particle target

bpy.ops.particle.weight_set(factor=1.0)

Undocumented (contribute)

Parameters:factor (float in [0, 1], (optional)) – Factor

Previous topic

Paint Operators

Next topic

Pose Operators