Blender
V4.3
source
blender
editors
sculpt_paint
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
11
struct
Object
;
12
struct
SculptSession
;
13
14
namespace
blender::ed::sculpt_paint::islands
{
15
16
/* Ensure vertex island keys exist and are valid. */
17
void
ensure_cache
(
Object
&
object
);
18
20
void
invalidate
(
SculptSession
&ss);
21
23
int
vert_id_get
(
const
SculptSession
&ss,
int
vert);
24
25
}
// namespace blender::ed::sculpt_paint::islands
invalidate
SIMD_FORCE_INLINE void invalidate()
Definition
btBoxCollision.h:273
blender::ed::sculpt_paint::islands
Definition
sculpt.cc:5878
blender::ed::sculpt_paint::islands::ensure_cache
void ensure_cache(Object &object)
Definition
sculpt.cc:6013
blender::ed::sculpt_paint::islands::vert_id_get
int vert_id_get(const SculptSession &ss, const int vert)
Definition
sculpt.cc:5880
Object
Definition
DNA_object_types.h:193
SculptSession
Definition
BKE_paint.hh:379
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0