Sigga Posted February 2, 2020 Report 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
Yas Opisso Posted February 3, 2020 Report 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()
Sigga Posted February 3, 2020 Author Report Posted February 3, 2020 Thanks! This is exactly what I was looking for.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.