Blender  V3.3
Functions
particle_boids.c File Reference
#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "DNA_particle_types.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_boids.h"
#include "BKE_context.h"
#include "BKE_main.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "RNA_prototypes.h"
#include "WM_api.h"
#include "WM_types.h"
#include "physics_intern.h"

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 *UNUSED(op))
 
void BOID_OT_rule_del (wmOperatorType *ot)
 
static int rule_move_up_exec (bContext *C, wmOperator *UNUSED(op))
 
void BOID_OT_rule_move_up (wmOperatorType *ot)
 
static int rule_move_down_exec (bContext *C, wmOperator *UNUSED(op))
 
void BOID_OT_rule_move_down (wmOperatorType *ot)
 
static int state_add_exec (bContext *C, wmOperator *UNUSED(op))
 
void BOID_OT_state_add (wmOperatorType *ot)
 
static int state_del_exec (bContext *C, wmOperator *UNUSED(op))
 
void BOID_OT_state_del (wmOperatorType *ot)
 
static int state_move_up_exec (bContext *C, wmOperator *UNUSED(op))
 
void BOID_OT_state_move_up (wmOperatorType *ot)
 
static int state_move_down_exec (bContext *C, wmOperator *UNUSED(op))
 
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)

◆ BOID_OT_rule_move_down()

void BOID_OT_rule_move_down ( wmOperatorType ot)

◆ BOID_OT_rule_move_up()

void BOID_OT_rule_move_up ( wmOperatorType ot)

◆ BOID_OT_state_add()

void BOID_OT_state_add ( wmOperatorType ot)

◆ BOID_OT_state_del()

void BOID_OT_state_del ( wmOperatorType ot)

◆ BOID_OT_state_move_down()

void BOID_OT_state_move_down ( wmOperatorType ot)

◆ BOID_OT_state_move_up()

void BOID_OT_state_move_up ( wmOperatorType ot)

◆ rule_add_exec()

static int rule_add_exec ( bContext C,
wmOperator op 
)
static

◆ rule_del_exec()

static int rule_del_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ rule_move_down_exec()

static int rule_move_down_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ rule_move_up_exec()

static int rule_move_up_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ state_add_exec()

static int state_add_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ state_del_exec()

static int state_del_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ state_move_down_exec()

static int state_move_down_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ state_move_up_exec()

static int state_move_up_exec ( bContext C,
wmOperator UNUSEDop 
)
static