Blender V5.0
usd_instancing_utils.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 NVIDIA Corporation. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4#pragma once
5
6#include <pxr/usd/usd/common.h>
7
8namespace blender::io::usd {
9
10struct USDExportParams;
11
84void process_scene_graph_instances(const USDExportParams &export_params,
85 pxr::UsdStageRefPtr stage);
86
87} // namespace blender::io::usd
void process_scene_graph_instances(const USDExportParams &export_params, pxr::UsdStageRefPtr stage)