Rename Plugin is a small program that allows you to use scripts created as objects to perform operations on asset names.
A preview is present in the plugin .
The name preview allows you to control the name change before execution, assets that have the name change will be displayed in orange.
The plugin uses scripts created as objects, which allows you to create new scripts for specific needs.
The whole is selectable by the variable "Rename Type_Object", and the configuration will be displayed below, in the example if below, the plugin uses the string replacement script.
Each user can create additional custom scripts simply by using the + button of the "RenameType_Object" variable, be careful with the name you give to your asset because it is the one that will be displayed in the script search.
Once created, you must override the "Rename" function to create your script.
Input of this function are the assets selected by the plugin, and you have to create a variable structure with the new name associated to its asset as in the example below.