Blender V5.0
usd_writer_hair.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2019 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
7
8namespace blender::io::usd {
9
10/* Writer for writing hair particle data as USD curves. */
12 public:
14
15 protected:
16 void do_write(HierarchyContext &context) override;
17 bool check_is_animated(const HierarchyContext &context) const override;
18};
19
20} // namespace blender::io::usd
USDAbstractWriter(const USDExporterContext &usd_export_context)
bool check_is_animated(const HierarchyContext &context) const override
void do_write(HierarchyContext &context) override
USDHairWriter(const USDExporterContext &ctx)