Blender  V3.3
usd_writer_hair.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2019 Blender Foundation. All rights reserved. */
3 #pragma once
4 
5 #include "usd_writer_abstract.h"
6 
7 namespace blender::io::usd {
8 
9 /* Writer for writing hair particle data as USD curves. */
11  public:
13 
14  protected:
15  virtual void do_write(HierarchyContext &context) override;
16  virtual bool check_is_animated(const HierarchyContext &context) const override;
17 };
18 
19 } // namespace blender::io::usd
virtual bool check_is_animated(const HierarchyContext &context) const override
virtual void do_write(HierarchyContext &context) override
USDHairWriter(const USDExporterContext &ctx)