Blender V5.0
usd_writer_camera.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 camera data to UsdGeomCamera. */
12 public:
14
15 protected:
16 bool is_supported(const HierarchyContext *context) const override;
17 void do_write(HierarchyContext &context) override;
18};
19
20} // namespace blender::io::usd
USDAbstractWriter(const USDExporterContext &usd_export_context)
USDCameraWriter(const USDExporterContext &ctx)
bool is_supported(const HierarchyContext *context) const override
void do_write(HierarchyContext &context) override