Blender
V4.3
source
blender
animrig
intern
action_runtime.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
11
#pragma once
12
13
#include "
BLI_vector.hh
"
14
15
struct
ID
;
16
17
namespace
blender::animrig
{
18
23
class
SlotRuntime
{
24
public
:
34
Vector<ID *>
users
;
35
};
36
37
namespace
internal {
38
52
void
rebuild_slot_user_cache
(
Main
&bmain);
53
54
}
// namespace internal
55
56
}
// namespace blender::animrig
BLI_vector.hh
blender::Vector
Definition
BLI_vector.hh:65
blender::animrig::SlotRuntime
Definition
action_runtime.hh:23
blender::animrig::SlotRuntime::users
Vector< ID * > users
Definition
action_runtime.hh:34
blender::animrig::internal::rebuild_slot_user_cache
void rebuild_slot_user_cache(Main &bmain)
Definition
action_runtime.cc:28
blender::animrig
Definition
ANIM_action.hh:36
ID
Definition
DNA_ID.h:413
Main
Definition
BKE_main.hh:122
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0