Hi everyone,
I've been diving deep into the APEX framework and building character rigs using the new graph workflow. It's great to see so many standard SOP nodes being "verbified" and made available directly within the APEX graph.
However, I noticed that Point Deform (sop::pointdeform) is currently missing from the APEX node library. While we have bonedeform and lattice, pointdeform is incredibly powerful for advanced rigging scenarios—especially for implementing layered deformations (like muscle sliding or corrective shapes) on top of a base skeleton capture.
Is there a plan to bring pointdeform to the APEX node ecosystem in upcoming versions? Or is there a recommended alternative workflow (perhaps using RBF or specific VEX implementations) to achieve point-based capturing and deformation within an APEX graph?
Thanks!
[APEX] Future availability of 'sop::pointdeform' or equivale
388 4 1-
- lumisphere.studio
- Member
- 2 posts
- Joined: Sept. 2025
- Offline
-
- Umang_Raj
- Member
- 51 posts
- Joined: March 2024
- Offline
as you may have seen, verbs are only for the root level nodes which are not implemented using another set of nodes, like an hda, and if you take a point deform node, you can double click to go inside it, and that's the reason it isn't availible, but you can implement it by looking at what that node is built using, i think it is built using attrib wrangles, so use run vex and template how that works
-
- edward
- Member
- 8080 posts
- Joined: July 2005
- Offline
-
- tamte
- Member
- 9374 posts
- Joined: July 2007
- Offline
-
- lumisphere.studio
- Member
- 2 posts
- Joined: Sept. 2025
- Offline
-
- Quick Links


