3ds Max C++ API Reference
IMaterialBrowserEntryInstanceCallback.h File Reference
#include "baseinterface.h"

Classes

class  IMaterialBrowserEntryInstanceCallback
 The IMaterialBrowserEntryInstanceCallback allows you to register a callback that gets executed when a user creates a material or texture from the material browser in the Schematic or Compact Material Editor. More...
 

Namespaces

 MaxSDK
 

Macros

#define MATERIAL_BROWSER_ENTRY_INSTANCE_CALLBACK_INTERFACE_ID   Interface_ID(0x2ce87882, 0x3c3f15d6)
 Interface ID for the IMaterialBrowserEntryInstanceCallback Interface If a plug-in implements the IMaterialBrowserEntryInstanceCallback interface, it should return an instance of the class in response to GetInterface(MATERIAL_BROWSER_ENTRY_INSTANCE_CALLBACK_INTERFACE_ID), called by the system on the individual texture/material reference. More...
 

Macro Definition Documentation

◆ MATERIAL_BROWSER_ENTRY_INSTANCE_CALLBACK_INTERFACE_ID

#define MATERIAL_BROWSER_ENTRY_INSTANCE_CALLBACK_INTERFACE_ID   Interface_ID(0x2ce87882, 0x3c3f15d6)

Interface ID for the IMaterialBrowserEntryInstanceCallback Interface If a plug-in implements the IMaterialBrowserEntryInstanceCallback interface, it should return an instance of the class in response to GetInterface(MATERIAL_BROWSER_ENTRY_INSTANCE_CALLBACK_INTERFACE_ID), called by the system on the individual texture/material reference.

See also
IMaterialBrowserEntryInstanceCallback