Changes to object properties. More...
Detailed Description
Changes to object properties.
Function Documentation
virtual void NameChanged |
( |
NodeKeyTab & |
nodes |
) |
[inline, virtual, inherited] |
virtual void WireColorChanged |
( |
NodeKeyTab & |
nodes |
) |
[inline, virtual, inherited] |
virtual void RenderPropertiesChanged |
( |
NodeKeyTab & |
nodes |
) |
[inline, virtual, inherited] |
Node render-related object properties changed.
From the Object
Properties dialog, this includes Rendering Control and Motion Blur items, and the
Advanced Lighting and mental ray tabs. Also includes changes to
displacement approximation and render elements.
- Parameters:
-
[in] |
nodes |
The node list, provided as AnimHandles. |
- See also:
- NodeEventNamespace::GetNodeByKey()
virtual void DisplayPropertiesChanged |
( |
NodeKeyTab & |
nodes |
) |
[inline, virtual, inherited] |
Node display-related object properties changed.
From the Object
Properties dialog, this includes Interactivity and Display
Properties items. Also includes changes to viewport shader data, as
per PART_GFX_DATA.
- Parameters:
-
[in] |
nodes |
The node list, provided as AnimHandles. |
- See also:
- NodeEventNamespace::GetNodeByKey()
- PART_GFX_DATA
virtual void UserPropertiesChanged |
( |
NodeKeyTab & |
nodes |
) |
[inline, virtual, inherited] |
Node used-defined object properties changed.
From the Object
Properties dialog, this is the User Defined tab.
- Parameters:
-
[in] |
nodes |
The node list, provided as AnimHandles. |
- See also:
- NodeEventNamespace::GetNodeByKey()
virtual void PropertiesOtherEvent |
( |
NodeKeyTab & |
nodes |
) |
[inline, virtual, inherited] |