*I need a method to modify softSelection data in API.MRichSelection class like MSelectionLists.*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm Geonil.
I am making a new manipulator for animators.
It is Multi-Object Controllers <MOVE> or <ROTATE> Tool.
I found <Object Mode> in Soft Select Mode.
However, there is NO MASKING feature in Object Soft Selection mode.
so, I tried to
1. get MGlobal.getRichSelection()
2. modify the MRichSelection
3. apply MGlobal.setRichSelection() method.
but, there is no way to modify MRichSelection Class.
It can be transferred into MSelectionLists, but it losts its weight data, soft selection.
I tried to make new MRichSelection with custom weights values mapping.
However, the method, MGlobal.setRichSelection, only get MRichSelection Class.
setMRichSelection doesn't get Weights Data with MSelectionLists.
I want to make my own MRichSelection with my custom weights.
Please make some methods to modify MRichSelection like MSelectionLists.
PLEASE.....