Blender V4.3
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
5#pragma once
6
7#include "BKE_geometry_set.hh"
8
9struct Object;
10
11namespace blender::bke {
12
16GeometrySet object_get_evaluated_geometry_set(const Object &object);
17
19
20} // namespace blender::bke
GeometrySet object_get_evaluated_geometry_set(const Object &object)
bool object_has_geometry_set_instances(const Object &object)