*I need a method to modify softSelection data in API.MRichSelection class like MSelectionLists.*

*I need a method to modify softSelection data in API.MRichSelection class like MSelectionLists.*

8geonilD8J9W
Explorer Explorer
774 Views
0 Replies
Message 1 of 1

*I need a method to modify softSelection data in API.MRichSelection class like MSelectionLists.*

8geonilD8J9W
Explorer
Explorer

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.....

 

775 Views
0 Replies
Replies (0)