3ds Max C++ API Reference
Material Events

Changes to the material on an object. More...

Functions

virtual void MaterialStructured (NodeKeyTab &nodes)
 
virtual void MaterialOtherEvent (NodeKeyTab &nodes)
 All other change to the settings of a node's material. More...
 

Detailed Description

Changes to the material on an object.

Node materials applied, unapplied or switched, or sub-texture structure of materials changed

Parameters
[in]nodesThe node list, provided as AnimHandles.
See also
NodeEventNamespace::GetNodeByKey()

Function Documentation

◆ MaterialStructured()

virtual void MaterialStructured ( NodeKeyTab nodes)
inlinevirtual
182 {}

◆ MaterialOtherEvent()

virtual void MaterialOtherEvent ( NodeKeyTab nodes)
inlinevirtual

All other change to the settings of a node's material.

Parameters
[in]nodesThe node list, provided as AnimHandles.
See also
NodeEventNamespace::GetNodeByKey()
186 {}