3ds Max C++ API Reference
Material Browser Flags

Flag bits for DoMaterialBrowseDlg() More...

Macros

#define BROWSE_MATSONLY   (1<<0)
 Materials only. More...
 
#define BROWSE_MAPSONLY   (1<<1)
 Maps only. More...
 
#define BROWSE_INCNONE   (1<<2)
 Include 'None' as an option. More...
 
#define BROWSE_INSTANCEONLY   (1<<3)
 Only allow instances, no copy. More...
 
#define BROWSE_TO_MEDIT_SLOT   (1<<4)
 browsing to medit slot More...
 
#define BROWSE_EXISTING_ONLY   (1<<5)
 Browse for existing materials only; no new materials. More...
 

Detailed Description

Flag bits for DoMaterialBrowseDlg()

Macro Definition Documentation

◆ BROWSE_MATSONLY

#define BROWSE_MATSONLY   (1<<0)

Materials only.

◆ BROWSE_MAPSONLY

#define BROWSE_MAPSONLY   (1<<1)

Maps only.

◆ BROWSE_INCNONE

#define BROWSE_INCNONE   (1<<2)

Include 'None' as an option.

◆ BROWSE_INSTANCEONLY

#define BROWSE_INSTANCEONLY   (1<<3)

Only allow instances, no copy.

◆ BROWSE_TO_MEDIT_SLOT

#define BROWSE_TO_MEDIT_SLOT   (1<<4)

browsing to medit slot

◆ BROWSE_EXISTING_ONLY

#define BROWSE_EXISTING_ONLY   (1<<5)

Browse for existing materials only; no new materials.