Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | BKE_mball_polygonize (struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct ListBase *dispbase) |
void | BKE_mball_cubeTable_free (void) |
Definition at line 820 of file mball_tessellate.c.
References cubetable, intlists::list, MEM_freeN, intlist::next, intlists::next, and NULL.
Referenced by BlendfileLoadingBaseTest::TearDown(), and WM_exit_ex().
void BKE_mball_polygonize | ( | struct Depsgraph * | depsgraph, |
struct Scene * | scene, | ||
struct Object * | ob, | ||
struct ListBase * | dispbase | ||
) |
Definition at line 1374 of file mball_tessellate.c.
References Freestyle::a, process::allbb, BLI_addtail(), BLI_memarena_new(), BLI_MEMARENA_STD_BUFSIZE, build_bvh_spatial(), process::co, process::converge_res, process::curindex, process::curvertex, DAG_EVAL_RENDER, Object::data, DEG_get_mode(), process::delta, depsgraph, DL_INDEX4, MetaBall::flag, freepolygonize(), G, G_TRANSFORM_EDIT, G_TRANSFORM_OBJ, DispList::index, process::indices, init_meta(), Box::max, MB_UPDATE_FAST, MB_UPDATE_HALFRES, MB_UPDATE_NEVER, MEM_callocN, MEM_reallocN, process::metaball_bvh, Box::min, process::no, normalize_v3(), DispList::nors, DispList::nr, DispList::parts, process::pgn_elements, polygonize(), MetaBall::rendersize, Object::scale, scene, process::size, process::thresh, MetaBall::thresh, process::totelem, process::totindex, process::totvertex, DispList::type, DispList::verts, and MetaBall::wiresize.
Referenced by BKE_displist_make_mball().