Rig Pose SOP vs Rig Attribute Wrangle SOP Confusion

   Views 662   Replies 1   Subscribers 1
User Avatar
Member
143 posts
Joined: Sept. 2017
Offline
With procedural motion (tails, etc.) I usually use Rig Attribute Wrangle SOPs, but I have been trying to move some of my setups to Rig Pose SOPs. However, the seemingly same expression behaves differently in the two. I am sure I am misunderstanding something, but I am not sure what. Maybe the translation-rotation-scale order is different?
Edited by nicholasralabate - March 13, 2025 13:36:39

Attachments:
sesi_forums_rigattribwrangle_vs_rigpose.hiplc (470.1 KB)
Screenshot from 2025-03-13 10-31-54.png (2.5 MB)

User Avatar
Member
55 posts
Joined: Aug. 2024
Offline
sin expects a value in radians like this:

float rotation_angle = radians(5) * sin(radians(f@Time * 300));
prerotate(4@localtransform, rotation_angle, {0, 1, 0});
  • Quick Links