Message 1 of 1
Problem with shape Class derived from MPxSurfaceShape

Not applicable
09-01-2015
09:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a question related to Soft selection mode.
I have a custom shape object, which is derived from MPxSurfaceShape; with many virtual functions being overriden appropriately. I am also able to select and move the vertices/control points properly.
But when the 'Soft Selection' mode is enabled ( pressing 'b' or in the tool settings ), I am not able to move the selected vertex; I observed that the overriden function 'transformUsing()' is not even getting called when soft selection is enabled.
Could some one advise as to what the problem could be with? I would like to be able to move the vertices under soft selection mode as well.
thanks.