Blender  V3.3
usd_writer_light.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 
10  public:
12 
13  protected:
14  virtual bool is_supported(const HierarchyContext *context) const override;
15  virtual void do_write(HierarchyContext &context) override;
16 };
17 
18 } // namespace blender::io::usd
virtual bool is_supported(const HierarchyContext *context) const override
USDLightWriter(const USDExporterContext &ctx)
virtual void do_write(HierarchyContext &context) override