Blender
V5.0
source
blender
io
usd
intern
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
6
#include "
usd_writer_abstract.hh
"
7
8
namespace
blender::io::usd
{
9
10
class
USDLightWriter
:
public
USDAbstractWriter
{
11
public
:
12
USDLightWriter
(
const
USDExporterContext
&ctx);
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
blender::io::usd::USDAbstractWriter::USDAbstractWriter
USDAbstractWriter(const USDExporterContext &usd_export_context)
Definition
usd_writer_abstract.cc:145
blender::io::usd::USDLightWriter::is_supported
bool is_supported(const HierarchyContext *context) const override
Definition
usd_writer_light.cc:23
blender::io::usd::USDLightWriter::USDLightWriter
USDLightWriter(const USDExporterContext &ctx)
Definition
usd_writer_light.cc:21
blender::io::usd::USDLightWriter::do_write
void do_write(HierarchyContext &context) override
Definition
usd_writer_light.cc:28
blender::io::usd
Definition
usd_armature_utils.cc:24
blender::io::HierarchyContext
Definition
IO_abstract_hierarchy_iterator.h:47
blender::io::usd::USDExporterContext
Definition
usd_exporter_context.hh:23
usd_writer_abstract.hh
Generated on
for Blender by
doxygen
1.16.1