Notifications
Clear all

[Closed] Soft selection data in Edit_poly modifier

Hi,
does anyone know how to access the soft selection data channel in Edit_Poly modifier?

I know how to do it in the base Poly object with polyops (PolyOp.GetVDataValue $ 1 vert) but I can’t find similar VData functions for Edit_Poly modifier.

Or maybe there is a way to use polyop functions on the modifier insteadof the base object?

2 Replies

I understand that If soft selection is active in edit_poly, then:
polyop.getVDataValue $ 1 vert should work
because its taking the value from the channel:soft selection, the resulf of the stack

polyop.getVDataChannelSupport $ 1

Hmm, I could’ve sworn I tried it and it failed but now it works?!?!?
Anyway thanks