3ds Max C++ API Reference
Loading...
Searching...
No Matches
MaxSDK::AssetManagement Namespace Reference

Classes

struct  AssetId
 
class  AssetUser
 
class  IAssetManager
 

Enumerations

enum  AssetType {
  kOtherAsset , kBitmapAsset , kXRefAsset , kPhotometricAsset ,
  kAnimationAsset , kVideoPost , kBatchRender , kExternalLink ,
  kRenderOutput , kPreRenderScript , kPostRenderScript , kSoundAsset ,
  kContainerAsset , kMaxCreationGraph , kScript , kPredefinedAssetTypeCount
}
 

Variables

static AssetId kInvalidId
 

Enumeration Type Documentation

◆ AssetType

enum AssetType
Enumerator
kOtherAsset 

A value to use if the asset type doesn't fit into any of the pre-defined types below.

kBitmapAsset 

Any image or shader file.

kXRefAsset 

Any XRef asset.

kPhotometricAsset 

Any photometric info file.

kAnimationAsset 

Any animation file.

kVideoPost 

Any file used by a VideoPost plugin.

kBatchRender 

Any file used by the Batch Renderer.

kExternalLink 

Any file linked to externally (i.e.

FileLink material).

kRenderOutput 

The file that is output after a render.

kPreRenderScript 

A script file that runs before rendering.

kPostRenderScript 

A script flle that runs after rendering.

kSoundAsset 

Any sound file.

kContainerAsset 

Any container file.

kMaxCreationGraph 

Any Max Creation Graph file.

kScript 

Any script file other than a pre or post render script file.

kPredefinedAssetTypeCount 

Total number of predefined asset types.

21 {
22 //NB: it is important to leave kOtherAsset at the beginning of this list and kPredefinedAssetTypeCount
23 // at the bottom of this list because some code depends on these properties.
38 kScript,
40 };
@ kSoundAsset
Any sound file.
Definition: AssetType.h:35
@ kXRefAsset
Any XRef asset.
Definition: AssetType.h:26
@ kRenderOutput
The file that is output after a render.
Definition: AssetType.h:32
@ kOtherAsset
A value to use if the asset type doesn't fit into any of the pre-defined types below.
Definition: AssetType.h:24
@ kMaxCreationGraph
Any Max Creation Graph file.
Definition: AssetType.h:37
@ kPredefinedAssetTypeCount
Total number of predefined asset types.
Definition: AssetType.h:39
@ kPreRenderScript
A script file that runs before rendering.
Definition: AssetType.h:33
@ kExternalLink
Any file linked to externally (i.e.
Definition: AssetType.h:31
@ kPostRenderScript
A script flle that runs after rendering.
Definition: AssetType.h:34
@ kPhotometricAsset
Any photometric info file.
Definition: AssetType.h:27
@ kScript
Any script file other than a pre or post render script file.
Definition: AssetType.h:38
@ kAnimationAsset
Any animation file.
Definition: AssetType.h:28
@ kBitmapAsset
Any image or shader file.
Definition: AssetType.h:25
@ kBatchRender
Any file used by the Batch Renderer.
Definition: AssetType.h:30
@ kContainerAsset
Any container file.
Definition: AssetType.h:36
@ kVideoPost
Any file used by a VideoPost plugin.
Definition: AssetType.h:29

Variable Documentation

◆ kInvalidId

AssetId kInvalidId
static