Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mball.h
| Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | bool BKE_mball_minmax_ex(struct MetaBall *mb, float min[3], float max[3], | ||||
| float obmat[4][4], const short flag); | float obmat[4][4], const short flag); | ||||
| bool BKE_mball_center_median(struct MetaBall *mb, float r_cent[3]); | bool BKE_mball_center_median(struct MetaBall *mb, float r_cent[3]); | ||||
| bool BKE_mball_center_bounds(struct MetaBall *mb, float r_cent[3]); | bool BKE_mball_center_bounds(struct MetaBall *mb, float r_cent[3]); | ||||
| void BKE_mball_transform(struct MetaBall *mb, float mat[4][4], const bool do_props); | void BKE_mball_transform(struct MetaBall *mb, float mat[4][4], const bool do_props); | ||||
| void BKE_mball_translate(struct MetaBall *mb, const float offset[3]); | void BKE_mball_translate(struct MetaBall *mb, const float offset[3]); | ||||
| struct MetaElem *BKE_mball_element_add(struct MetaBall *mb, const int type); | struct MetaElem *BKE_mball_element_add(struct MetaBall *mb, const int type); | ||||
| int BKE_mball_select_count(struct MetaBall *mb); | |||||
| int BKE_mball_select_count_multi(struct Object **objects, int objects_len); | |||||
| void BKE_mball_select_all(struct MetaBall *mb); | void BKE_mball_select_all(struct MetaBall *mb); | ||||
| void BKE_mball_deselect_all(struct MetaBall *mb); | void BKE_mball_deselect_all(struct MetaBall *mb); | ||||
| void BKE_mball_select_swap(struct MetaBall *mb); | void BKE_mball_select_swap(struct MetaBall *mb); | ||||
| /* **** Depsgraph evaluation **** */ | /* **** Depsgraph evaluation **** */ | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| Show All 9 Lines | |||||