Blender
V5.0
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
10
11
#pragma once
12
13
#include "
BLI_vector.hh
"
14
15
struct
ID
;
16
struct
Main
;
17
18
namespace
blender::animrig
{
19
24
class
SlotRuntime
{
25
public
:
35
Vector<ID *>
users
;
36
};
37
38
namespace
internal
{
39
53
void
rebuild_slot_user_cache
(
Main
&bmain);
54
55
}
// namespace internal
56
57
}
// namespace blender::animrig
BLI_vector.hh
blender::Vector
Definition
BLI_vector.hh:76
blender::animrig::SlotRuntime
Definition
action_runtime.hh:24
blender::animrig::SlotRuntime::users
Vector< ID * > users
Definition
action_runtime.hh:35
blender::animrig::internal
Definition
action_runtime.cc:26
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:414
Main
Definition
BKE_main.hh:160
Generated on
for Blender by
doxygen
1.16.1