Blender
V3.3
source
blender
blenkernel
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
16
void
BKE_mball_polygonize
(
struct
Depsgraph
*
depsgraph
,
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
BKE_mball_cubeTable_free
void BKE_mball_cubeTable_free(void)
Definition:
mball_tessellate.c:820
BKE_mball_polygonize
void BKE_mball_polygonize(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob, struct ListBase *dispbase)
Definition:
mball_tessellate.c:1374
Depsgraph
struct Depsgraph Depsgraph
Definition:
DEG_depsgraph.h:35
scene
Scene scene
Definition:
deg_eval_copy_on_write.cc:106
depsgraph
const Depsgraph * depsgraph
Definition:
deg_eval_copy_on_write.cc:499
ListBase
Definition:
DNA_listBase.h:30
Object
Definition:
DNA_object_types.h:242
Scene
Definition:
DNA_scene_types.h:1739
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1