Blender V4.3
particle_boids.cc File Reference
#include <cstdlib>
#include "MEM_guardedalloc.h"
#include "DNA_particle_types.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_boids.h"
#include "BKE_context.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_build.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_enum_types.hh"
#include "RNA_prototypes.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "physics_intern.hh"

Go to the source code of this file.

Functions

static int rule_add_exec (bContext *C, wmOperator *op)
 
void BOID_OT_rule_add (wmOperatorType *ot)
 
static int rule_del_exec (bContext *C, wmOperator *)
 
void BOID_OT_rule_del (wmOperatorType *ot)
 
static int rule_move_up_exec (bContext *C, wmOperator *)
 
void BOID_OT_rule_move_up (wmOperatorType *ot)
 
static int rule_move_down_exec (bContext *C, wmOperator *)
 
void BOID_OT_rule_move_down (wmOperatorType *ot)
 
static int state_add_exec (bContext *C, wmOperator *)
 
void BOID_OT_state_add (wmOperatorType *ot)
 
static int state_del_exec (bContext *C, wmOperator *)
 
void BOID_OT_state_del (wmOperatorType *ot)
 
static int state_move_up_exec (bContext *C, wmOperator *)
 
void BOID_OT_state_move_up (wmOperatorType *ot)
 
static int state_move_down_exec (bContext *C, wmOperator *)
 
void BOID_OT_state_move_down (wmOperatorType *ot)
 

Function Documentation

◆ BOID_OT_rule_add()

◆ BOID_OT_rule_del()

◆ BOID_OT_rule_move_down()

◆ BOID_OT_rule_move_up()

◆ BOID_OT_state_add()

◆ BOID_OT_state_del()

◆ BOID_OT_state_move_down()

◆ BOID_OT_state_move_up()

◆ rule_add_exec()

◆ rule_del_exec()

◆ rule_move_down_exec()

◆ rule_move_up_exec()

◆ state_add_exec()

◆ state_del_exec()

◆ state_move_down_exec()

◆ state_move_up_exec()