C++ API Reference
|
identifier for weight buffer More...
#include <MFnFalloffData.h>
Public Member Functions | |
MBufferIdentifier (MPxNode *source, unsigned int layerId=0) | |
MBufferIdentifier constructor. More... | |
identifier for weight buffer
An MBufferIdentifier form a unique identifier for a weight buffer. It can be form with an MpxNode* and a layerId to be able to provide more than one layer per node.
MBufferIdentifier | ( | MPxNode * | source, |
unsigned int | layerId = 0 |
||
) |
MBufferIdentifier constructor.
Together source & layerId represent a unique buffer for the targeted geometry. layerId can be the multiIndex of the falloff data if the node is having a multi of falloff data.
[in] | source | for this buffer |
[in] | layerId | for this buffer |