HEY.Does anyone know how to do something like a KineFX pose difference in APEX on the skeleton geometry?
My use case is that sometimes IK/FK blending introduces slight pose differences, which causes a noticeable pop when switching between the two. I'm looking for a way to smooth or correct this within APEX.
Thanks
Pose difference on skeleton in APEX
637 2 2-
- MatijaK
- Member
- 57 posts
- Joined: Aug. 2024
- Offline
-
- MatijaK
- Member
- 57 posts
- Joined: Aug. 2024
- Offline
-
- esttri
- Staff
- 113 posts
- Joined: May 2021
- Offline
are you after something like this?

having only a matrix multiplication with the pre calculated offset is even cheaper. And fast rigs make the animator a lot more happy
It allosw partial evaluation to kick in better and only update tha matrices it needs.

I would definitely not recommend to have stashes in your rig, that can easiliy slow things down! If you really want to read from geometry then add the Geo as an input to your rig, that will be always a lot faster and also a lot easier to maintain than the stash.
having only a matrix multiplication with the pre calculated offset is even cheaper. And fast rigs make the animator a lot more happy

I would definitely not recommend to have stashes in your rig, that can easiliy slow things down! If you really want to read from geometry then add the Geo as an input to your rig, that will be always a lot faster and also a lot easier to maintain than the stash.
Edited by esttri - May 13, 2025 17:37:49
-
- Quick Links