Blender V4.3
usd_writer_armature.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#pragma once
5
7
8#include "BLI_map.hh"
9
10struct Bone;
11
12namespace blender::io::usd {
13
15 public:
17
18 protected:
19 virtual void do_write(HierarchyContext &context) override;
20
21 virtual bool check_is_animated(const HierarchyContext &context) const override;
22
23 private:
25};
26
27} // namespace blender::io::usd
virtual bool check_is_animated(const HierarchyContext &context) const override
USDArmatureWriter(const USDExporterContext &ctx)
virtual void do_write(HierarchyContext &context) override