Working on a bug I have been trying to fix for ages now, and kinda figure it out. I am using a remote transform node to carry an object along a path, and need to remove the object path from the remote transform in order to fix it.
I have tried two different things:
Setting the remote transform node to null, which doesn’t actually do anything
Replace the path with an empty string. I have kinda don’t this by replacing it with a period “.”, which does work, but I think if I could just completely reset the remote transform that would get me the best results.