[APEX] Future availability of 'sop::pointdeform' or equivale

   396   4   1
User Avatar
Member
2 posts
Joined: Sept. 2025
Offline
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!
User Avatar
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
User Avatar
Member
8080 posts
Joined: July 2005
Offline
That is still on the TODO list. For current solutions, it might be possible to hack something with free form joints and bonedeform.
User Avatar
Member
9374 posts
Joined: July 2007
Offline
or you can for now wrap pointdeform into compiled block and store in your rig folder structure as compiled graph geo
then invoke it when needed inside of the rig
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
2 posts
Joined: Sept. 2025
Offline
tamte
or you can for now wrap pointdeform into compiled block and store in your rig folder structure as compiled graph geo
then invoke it when needed inside of the rig
Thank you so much for your helpful suggestion on integrating Point Deform via Compiled Block into APEX
  • Quick Links