Blender V5.0
sculpt_islands.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11struct Object;
12struct SculptSession;
13
15
16/* Ensure vertex island keys exist and are valid. */
17void ensure_cache(Object &object);
18
20void invalidate(SculptSession &ss);
21
23int vert_id_get(const SculptSession &ss, int vert);
24
25} // namespace blender::ed::sculpt_paint::islands
struct Object Object
SIMD_FORCE_INLINE void invalidate()
void ensure_cache(Object &object)
Definition sculpt.cc:6317
int vert_id_get(const SculptSession &ss, const int vert)
Definition sculpt.cc:6184