Blender V4.3
BKE_mball_tessellate.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
10struct Depsgraph;
11struct Object;
12struct Scene;
13struct Mesh;
14
15Mesh *BKE_mball_polygonize(Depsgraph *depsgraph, Scene *scene, Object *ob);
16
void BKE_mball_cubeTable_free()
Mesh * BKE_mball_polygonize(Depsgraph *depsgraph, Scene *scene, Object *ob)
const Depsgraph * depsgraph