Blender  V3.3
BKE_mball_tessellate.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #pragma once
3 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 struct Depsgraph;
13 struct Object;
14 struct Scene;
15 
17  struct Scene *scene,
18  struct Object *ob,
19  struct ListBase *dispbase);
20 
21 void BKE_mball_cubeTable_free(void);
22 
23 #ifdef __cplusplus
24 }
25 #endif
void BKE_mball_cubeTable_free(void)
void BKE_mball_polygonize(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct ListBase *dispbase)
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
Scene scene
const Depsgraph * depsgraph