Blender V4.3
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
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
21
23int vert_id_get(const SculptSession &ss, int vert);
24
25} // namespace blender::ed::sculpt_paint::islands
SIMD_FORCE_INLINE void invalidate()
void ensure_cache(Object &object)
Definition sculpt.cc:6013
int vert_id_get(const SculptSession &ss, const int vert)
Definition sculpt.cc:5880