Wed Mar 03, 2021 2:50 pm
Howdy --
I'm trying to figure out how to import a series of paths for a point tracker using the Fusion Python API (or if that's not feasible for some reason, Lua).
Unfortunately, if there's proper API documentation, I haven't found it yet -- all I'm seeing through the help menu is a directory with example code for very specific tasks. I've managed to get a handle on a manually-created Tracker object (albeit a roundabout way), but looking through its API using introspection (GetData, SetData, GetInput, SetInput...), there's nothing that's obviously suited to the task of "set position at frame N to X,Y", which is all I'm looking to do here.
Pointers -- at least, to the docs I should be reading?