Sigga Posted February 2, 2020 Report Share Posted February 2, 2020 Hi Is it possible to publish a component without copying files to location? We're using a shared drive where the media files are already stored and we don't want the files duplicated to another location. Thanks, Sigga Link to comment Share on other sites More sharing options...
Yas Opisso Posted February 3, 2020 Report Share Posted February 3, 2020 If you don't want Ftrack to manage the locations for you, you could use the ftrack.unmanaged location and publish the files using that location. You can query the location like this: location = session.query('Location where name is "ftrack.unmanaged"').first() Link to comment Share on other sites More sharing options...
Sigga Posted February 3, 2020 Author Report Share Posted February 3, 2020 Thanks! This is exactly what I was looking for. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now