Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mball.h
| Context not available. | |||||
| struct MetaBall *BKE_mball_add(struct Main *bmain, const char *name); | struct MetaBall *BKE_mball_add(struct Main *bmain, const char *name); | ||||
| void BKE_mball_copy_data(struct Main *bmain, struct MetaBall *mb_dst, const struct MetaBall *mb_src, const int flag); | void BKE_mball_copy_data(struct Main *bmain, struct MetaBall *mb_dst, const struct MetaBall *mb_src, const int flag); | ||||
| struct MetaBall *BKE_mball_copy(struct Main *bmain, const struct MetaBall *mb); | struct MetaBall *BKE_mball_copy(struct Main *bmain, const struct MetaBall *mb); | ||||
| void BKE_mball_copy_properties(struct MetaBall *to, const struct MetaBall *from); | |||||
| void BKE_mball_make_local(struct Main *bmain, struct MetaBall *mb, const bool lib_local); | void BKE_mball_make_local(struct Main *bmain, struct MetaBall *mb, const bool lib_local); | ||||
| Context not available. | |||||
| struct BoundBox *BKE_mball_boundbox_get(struct Object *ob); | struct BoundBox *BKE_mball_boundbox_get(struct Object *ob); | ||||
| float *BKE_mball_make_orco(struct Object *ob, struct ListBase *dispbase); | float *BKE_mball_make_orco(struct Object *ob, struct ListBase *dispbase); | ||||
| void BKE_mball_properties_copy(struct Scene *scene, struct Object *active_object); | void BKE_mball_propagate_properties(struct Scene *scene, struct Object *active_object); | ||||
| bool BKE_mball_minmax_ex( | bool BKE_mball_minmax_ex( | ||||
| const struct MetaBall *mb, float min[3], float max[3], | const struct MetaBall *mb, float min[3], float max[3], | ||||
| Context not available. | |||||