Wed Jun 25, 2025 9:17 am
Well, that was way simpler than what I was trying to do! Thank you.
So, where would I have found this information in the Fusion documentation? I was looking at the scripting reference, and from what I could see there, it looked to me like the only options were to use GetAttrs and SetAttrs to modify the Loader node. (I am iterating through all Loader nodes in the comp, changing where they find their source media clip.) I just searched through that entire document and didn't find a reference to a "Clip" field that you can access directly. When I select a loader node in the UI, the properties show a "Filename" attribute that does get updated when I run the script, so setting Clip changes the Filename field.
So, I am clearly missing something big. Any pointers on how one figures this out for oneself would be appreciated!