How to load morph from asset to the Figure?

Hi! How to load morph from asset to the current Figure using SDK? Is there any such example? Or what class and functions do I need? Thanks!
You currently have no notifications.
Hi! How to load morph from asset to the current Figure using SDK? Is there any such example? Or what class and functions do I need? Thanks!
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
Hi! I managed to figured it out.
Basically it's flow is:
1.findNode
2.Tranform node to skeleton
3.transform skeleton to object
4.find morph ob this object
5.getValueChannel from this morph
6.setValue
done