Hello,
an Xpresso python newbie here.
How can I set a new spline object to the 'Align to Spline' tag inside the python node in Xpresso?
I am using Xpresso to calculate the distance between two objects and inside the Python node, I check if the distance is less than a certain length, I set a different spline object to the 'Align to Spline' tag of an object. To achieve this, I've tried dragging the new spline object into the python script. I've also tried setting it as a user data of the python node and used it inside the python script, but neither way worked.
Overall, I don't know how to access the objects in the Object Manager from the Python node. If someone can shed a light on this, I'd most appreciate it!
Thank you in advance!