Blender  V3.3
usd_writer_transform.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 #include <pxr/usd/usdGeom/xform.h>
8 
9 namespace blender::io::usd {
10 
12  private:
13  pxr::UsdGeomXformOp xformOp_;
14 
15  public:
17 
18  protected:
19  void do_write(HierarchyContext &context) override;
20  bool check_is_animated(const HierarchyContext &context) const override;
21 };
22 
23 } // namespace blender::io::usd
USDTransformWriter(const USDExporterContext &ctx)
bool check_is_animated(const HierarchyContext &context) const override
void do_write(HierarchyContext &context) override