Blender V5.0
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
15struct ID;
16struct Main;
17
18namespace blender::animrig {
19
25 public:
36};
37
38namespace internal {
39
53void rebuild_slot_user_cache(Main &bmain);
54
55} // namespace internal
56
57} // namespace blender::animrig
void rebuild_slot_user_cache(Main &bmain)
Definition DNA_ID.h:414