Blender V4.3
deg_builder_pchanmap.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2015 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
12
13namespace blender::deg {
14
17 void print_debug();
18
20 void add_bone(const char *bone, const char *root);
21
23 bool has_common_root(const char *bone1, const char *bone2) const;
24
25 protected:
31};
32
33} // namespace blender::deg
Map< StringRefNull, Set< StringRefNull > > map_
bool has_common_root(const char *bone1, const char *bone2) const
void add_bone(const char *bone, const char *root)