Blender V5.0
BKE_geometry_set_instances.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
8
9#pragma once
10
11#include "BKE_geometry_set.hh"
12
13struct Object;
14
15namespace blender::bke {
16
20GeometrySet object_get_evaluated_geometry_set(const Object &object, bool apply_subdiv = true);
21
23
24} // namespace blender::bke
struct Object Object
GeometrySet object_get_evaluated_geometry_set(const Object &object, bool apply_subdiv=true)
bool object_has_geometry_set_instances(const Object &object)