Package bpy :: Package ops :: Module boid
[hide private]
[frames] | no frames]

Module boid

Functions [hide private]
 
rule_add(type='GOAL')
Add a boid rule to the current boid state.
 
rule_del()
(undocumented operator)
 
rule_move_down()
Move boid rule down in the list.
 
rule_move_up()
Move boid rule up in the list.
 
state_add()
Add a boid state to the particle system.
 
state_del()
(undocumented operator)
 
state_move_down()
Move boid state down in the list.
 
state_move_up()
Move boid state up in the list.
Function Details [hide private]

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)