Blender  V3.3
usd_exporter_context.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.h"
6 
7 #include <pxr/usd/sdf/path.h>
8 #include <pxr/usd/usd/common.h>
9 
10 struct Depsgraph;
11 struct Main;
12 
13 namespace blender::io::usd {
14 
15 class USDHierarchyIterator;
16 
20  const pxr::UsdStageRefPtr stage;
21  const pxr::SdfPath usd_path;
24 };
25 
26 } // namespace blender::io::usd
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
Definition: BKE_main.h:121
const USDHierarchyIterator * hierarchy_iterator