Welcome to mirror list, hosted at ThFree Co, Russian Federation.

io_usd.h « io « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a51e240e601b38e9c96269132c62c4b86546ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2019 Blender Foundation. All rights reserved. */

#pragma once

/** \file
 * \ingroup editor/io
 */

struct wmOperatorType;

void WM_OT_usd_export(struct wmOperatorType *ot);

void WM_OT_usd_import(struct wmOperatorType *ot);