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
16PXR_NAMESPACE_OPEN_SCOPE
17
18TF_DECLARE_REF_PTRS(MaxUsdExportChaser);
19
30class MaxUsdExportChaser : public TfRefBase
31{
32public:
33 ~MaxUsdExportChaser() override { }
34
39 virtual bool MaxUSDAPI PostExport();
40};
41
42PXR_NAMESPACE_CLOSE_SCOPE
base class for plugin chasers which are plugins that run after the core usdExport out of 3ds Max.
Definition: ExportChaser.h:31
virtual bool MaxUSDAPI PostExport()