I am, as a Python beginner, trying to use the USD API to reference a USD attribute in a parameter.
This is how far I've got:
Now it seemed I needed an SdfPath object, but I couldn't figure out how to get one. But after deciding I should try this function (GetAttributeAtPath) just with a string as input then, I saw that my ‘Stage’ object didn't even know that function.
Help would be greatly appreciated.