Patrick McDonald 0 Report post Posted January 2 Hi there and Merry New Year! Is there a utility method for returning a ftrack object from a path without going via session.query()? I saw the old api has a getShotFromPath method, but that doesn't seem to be working for me.... either due to our local setup, or some other reason beyond my understanding. Thanks p. Share this post Link to post Share on other sites
Mattias Lagergren 141 Report post Posted January 8 Hi Patrick, There is no convenience method for this in the new api but you should be able achieve the same by a naive: session.query('TypedContext where name is foo and parent.name is bar and parent.parent.name is baz') Share this post Link to post Share on other sites
Martin Pengelly-Phillips 28 Report post Posted January 23 We wrote a convenience method for this in our extension of the ftrack API. Might be something we can contribute via pull request. 1 Lorenzo Angeli reacted to this Share this post Link to post Share on other sites
JPrydz 6 Report post Posted January 28 Hi, Yes, that would be great, Thanks. /Johan Share this post Link to post Share on other sites