Message 1 of 1
MPxDeformer::deform world matrix parameter
Not applicable
02-09-2018
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The MPxDeformer class deform method's third argument is an MMatrix that represents the world matrix of the corresponding input geometry. The documentation does not specify how the deformer obtains this value. None of the default attributes in the node accept a matrix input. How does the deformer node get this value? Does it look for a reserved plug name (geomMatrix, perhaps?) and use it if it exists? If so, why isn't this behavior documented?