Hello, I’ve run into a sort of issue. In my studio workplace, I have a row of dummies laid out like so:
Now, I have a script that would collect a pose alongside some other information before sending it to a function from a module script, which then runs the function that applies the pose to a new dummy that exists somewhere else.
How would I actually translate the dummy poses to the model that’s supposed to copy the pose?
I have everything set up for it already (transferring the pose info to the right place and so on, I just don’t know how to apply it to another model)