We have a show that needs a renaming of the assets.
It can be easily done in Shotgun with the assets’ name.
But I would like to know if there is any renaming tool inside Shotgun I can use to rename the images uploaded in the assets without uploading them again.
There is not an automated process inside Shotgun to cascade the renaming of files which are linked to your Assets. Could you tell us a little bit about the workflow you’re looking to accommodate that requires the uploaded files to have the same name? E.g. are the files being downloaded and used in pipeline tools, and are expecting a specific naming convention?
Thanks for the extra info, Sandra. Probably a silly question, but here goes: Could the artists just name the file properly prior to uploading? Why do the file names need to match the Asset name? Would renaming the Version that links to the files be enough to suit your needs?
It is possible to link to a local file from within Shotgun to point at a local/network location of a file. However that link could break if the file names are changing on the file server.
The only way, currently, to download every uploaded file for a given Project would be to write an API script to first get a list of all the files in the Project, then download them. The script could similarly perform the renaming at the same time.
The linking to local in my previous reply is the way in which you can reference a file on your network or local machine. However that’s a name-based link, so if you first establish the link to your file and that files name then changes the link will be broken.