import geo and access transforms for spline interpolation

   349   2   2
User Avatar
Member
12 posts
Joined: Feb. 2021
Online
Hi everyone,

i want to create a simple graph, which should read the xforms of i.e. 4 ctrl joints and export n-samples from the spline interpolate to array node into a parms dictonary for further use in sops. How can I import geometry and work with that? I only find examples in the graph documentation, where geometry is directly used in the graph like a box or something that will be changed by the parms input paramteres, but nothing about importing premade geo or skeletons. Any ideas?

Cheers,

Max


Attachments:
2024-10-27_18h10_02.png (563.4 KB)

User Avatar
Staff
66 posts
Joined: Oct. 2023
Offline
here is a basic example of getting the transforms from the joints and adding all the transforms to a dict where the name of the joint is the key.
Edited by william_harley - Oct. 28, 2024 12:06:31

Attachments:
Screenshot 2024-10-28 180504.jpg (357.9 KB)
getandsetdata.hip (239.3 KB)

User Avatar
Member
12 posts
Joined: Feb. 2021
Online
Hi William,

thanks alot for your help, i will have a look into this.
  • Quick Links