3ds Max USD API Reference
Loading...
Searching...
No Matches
ExportChaser.h
1
#pragma once
2
//**************************************************************************/
3
// Copyright (c) 2022 Autodesk, Inc.
4
// All rights reserved.
5
//
6
// Use of this software is subject to the terms of the Autodesk license
7
// agreement provided at the time of installation or download, or which
8
// otherwise accompanies this software in either electronic or hard copy form.
9
//**************************************************************************/
10
#include <MaxUsd/MaxUSDAPI.h>
11
12
#include <pxr/base/tf/declarePtrs.h>
13
#include <pxr/base/tf/refPtr.h>
14
#include <pxr/pxr.h>
15
16
PXR_NAMESPACE_OPEN_SCOPE
17
18
TF_DECLARE_REF_PTRS(
MaxUsdExportChaser
);
19
30
class
MaxUsdExportChaser
:
public
TfRefBase
31
{
32
public
:
33
~MaxUsdExportChaser
()
override
{ }
34
39
virtual
bool
MaxUSDAPI
PostExport
();
40
};
41
42
PXR_NAMESPACE_CLOSE_SCOPE
MaxUsdExportChaser
base class for plugin chasers which are plugins that run after the core usdExport out of 3ds Max.
Definition:
ExportChaser.h:31
MaxUsdExportChaser::PostExport
virtual bool MaxUSDAPI PostExport()
maxusd
include
maxUsd
Chaser
ExportChaser.h
Generated by
1.9.5