Blender V5.0
usd_writer_light.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
11 public:
13
14 protected:
15 bool is_supported(const HierarchyContext *context) const override;
16 void do_write(HierarchyContext &context) override;
17};
18
19} // namespace blender::io::usd
USDAbstractWriter(const USDExporterContext &usd_export_context)
bool is_supported(const HierarchyContext *context) const override
USDLightWriter(const USDExporterContext &ctx)
void do_write(HierarchyContext &context) override