Blender V2.61 - r43446
Functions

particle_boids.c File Reference

#include <stdlib.h>
#include "MEM_guardedalloc.h"
#include "DNA_particle_types.h"
#include "DNA_scene_types.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_boids.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"
#include "BKE_main.h"
#include "BKE_particle.h"
#include "RNA_access.h"
#include "RNA_enum_types.h"
#include "RNA_define.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)

Detailed Description

Definition in file particle_boids.c.


Function Documentation

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