Blender V4.3
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
15struct ID;
16
17namespace blender::animrig {
18
24 public:
35};
36
37namespace internal {
38
52void rebuild_slot_user_cache(Main &bmain);
53
54} // namespace internal
55
56} // namespace blender::animrig
void rebuild_slot_user_cache(Main &bmain)
Definition DNA_ID.h:413