Blender V5.0
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 void do_write(HierarchyContext &context) override;
20
21 bool check_is_animated(const HierarchyContext &context) const override;
22
23 private:
25};
26
27} // namespace blender::io::usd
USDAbstractWriter(const USDExporterContext &usd_export_context)
bool check_is_animated(const HierarchyContext &context) const override
USDArmatureWriter(const USDExporterContext &ctx)
void do_write(HierarchyContext &context) override