Blender V5.0
particle_boids.cc File Reference
#include <cstdlib>
#include "MEM_guardedalloc.h"
#include "DNA_particle_types.h"
#include "BLI_listbase.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 wmOperatorStatus rule_add_exec (bContext *C, wmOperator *op)
void BOID_OT_rule_add (wmOperatorType *ot)
static wmOperatorStatus rule_del_exec (bContext *C, wmOperator *)
void BOID_OT_rule_del (wmOperatorType *ot)
static wmOperatorStatus rule_move_up_exec (bContext *C, wmOperator *)
void BOID_OT_rule_move_up (wmOperatorType *ot)
static wmOperatorStatus rule_move_down_exec (bContext *C, wmOperator *)
void BOID_OT_rule_move_down (wmOperatorType *ot)
static wmOperatorStatus state_add_exec (bContext *C, wmOperator *)
void BOID_OT_state_add (wmOperatorType *ot)
static wmOperatorStatus state_del_exec (bContext *C, wmOperator *)
void BOID_OT_state_del (wmOperatorType *ot)
static wmOperatorStatus state_move_up_exec (bContext *C, wmOperator *)
void BOID_OT_state_move_up (wmOperatorType *ot)
static wmOperatorStatus state_move_down_exec (bContext *C, wmOperator *)
void BOID_OT_state_move_down (wmOperatorType *ot)

Function Documentation

◆ BOID_OT_rule_add()

void BOID_OT_rule_add ( wmOperatorType * ot)

◆ BOID_OT_rule_del()

void BOID_OT_rule_del ( wmOperatorType * ot)

Definition at line 112 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and rule_del_exec().

Referenced by operatortypes_boids().

◆ BOID_OT_rule_move_down()

void BOID_OT_rule_move_down ( wmOperatorType * ot)

Definition at line 187 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and rule_move_down_exec().

Referenced by operatortypes_boids().

◆ BOID_OT_rule_move_up()

void BOID_OT_rule_move_up ( wmOperatorType * ot)

Definition at line 151 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and rule_move_up_exec().

Referenced by operatortypes_boids().

◆ BOID_OT_state_add()

void BOID_OT_state_add ( wmOperatorType * ot)

Definition at line 222 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_add_exec().

Referenced by operatortypes_boids().

◆ BOID_OT_state_del()

void BOID_OT_state_del ( wmOperatorType * ot)

Definition at line 271 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_del_exec().

Referenced by operatortypes_boids().

◆ BOID_OT_state_move_down()

void BOID_OT_state_move_down ( wmOperatorType * ot)

Definition at line 345 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_move_down_exec().

Referenced by operatortypes_boids().

◆ BOID_OT_state_move_up()

void BOID_OT_state_move_up ( wmOperatorType * ot)

Definition at line 309 of file particle_boids.cc.

References OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_move_up_exec().

Referenced by operatortypes_boids().

◆ 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()