Boid Operators

bpy.ops.boid.rule_add(type='GOAL')

Add a boid rule to the current boid state

Parameters:
  • type (enum in [‘GOAL’, ‘AVOID’, ‘AVOID_COLLISION’, ‘SEPARATE’, ‘FLOCK’, ‘FOLLOW_LEADER’, ‘AVERAGE_SPEED’, ‘FIGHT’], (optional)) – Type
bpy.ops.boid.rule_del()

Undocumented (contribute)

bpy.ops.boid.rule_move_down()

Move boid rule down in the list

bpy.ops.boid.rule_move_up()

Move boid rule up in the list

bpy.ops.boid.state_add()

Add a boid state to the particle system

bpy.ops.boid.state_del()

Undocumented (contribute)

bpy.ops.boid.state_move_down()

Move boid state down in the list

bpy.ops.boid.state_move_up()

Move boid state up in the list

Previous topic

Armature Operators

Next topic

Brush Operators