Hey there!
I’m managing our pipeline for ragdoll dynamics, and am having an issue when it comes to importing/exporting via api.
I have a character set up with primary markers for the body, and secondary markers hair, tassles etc.
I set the secondary rGroup enabled attribute to off, and export via the api:
from ragdoll import api
api.export_physics(filepath)
This correctly generates a file.
When I import this file all rMarkers that belong to the secondary rGroup have lost their parent marker connection:
However, if I export via the ragdoll UI, when I import this file the parent marker connection remains in-tact.
It would seem that something is wrong with my export api call, but I am unsure what. Could I have some guidance on this please? Thanks for your time!