Blender V2.61 - r43446
Functions

ED_mball.h File Reference

Go to the source code of this file.

Functions

void ED_operatortypes_metaball (void)
void ED_keymap_metaball (struct wmKeyConfig *keyconf)
struct MetaElemadd_metaball_primitive (struct bContext *C, float mat[4][4], int type, int newname)
int mouse_mball (struct bContext *C, const int mval[2], int extend)
void free_editMball (struct Object *obedit)
void make_editMball (struct Object *obedit)
void load_editMball (struct Object *obedit)
void undo_push_mball (struct bContext *C, const char *name)

Detailed Description

Definition in file ED_mball.h.


Function Documentation

struct MetaElem* add_metaball_primitive ( struct bContext C,
float  mat[4][4],
int  type,
int  newname 
) [read]
void ED_keymap_metaball ( struct wmKeyConfig keyconf)
void ED_operatortypes_metaball ( void  )
void free_editMball ( struct Object obedit)

Definition at line 68 of file mball_edit.c.

References Object::data, MetaBall::editelems, MetaBall::lastelem, and NULL.

Referenced by ED_object_exit_editmode().

void load_editMball ( struct Object obedit)

Referenced by ED_object_exit_editmode().

void make_editMball ( struct Object obedit)
int mouse_mball ( struct bContext C,
const int  mval[2],
int  extend 
)
void undo_push_mball ( struct bContext C,
const char *  name 
)