Summary:

This tool expects from the user a list of files of different formats, after the user inputs the folder path that is desired to batch rename to a specific name convention, the script will give us the desire output.

For this specific project I used the desire input and outputs listed below, however the script can be tailored to different name conventions.

INPUT
Directory path: “C:\Users\<username>\MyAssets\”

grass_file_01.ma
rock_Small.zbr
metal_file_01.obj
tex_rock_diffuse.png
texture_grass_color.png

EXPECTED OUTPUT

C:\Users\<username>\MyAssets\Source\M_grass.ma
C:\Users\<username>\MyAssets\Source\Source\M_rock.zbr
C:\Users\<username>\MyAssets\Source\Export\M_metal.obj
C:\Users\<username>\MyAssets\Source\Export\T_rock_C.png
C:\Users\<username>\MyAssets\Source\Export\T_grass_C.png


Next
Next

Maya Scripts: Curves from Cards for Metahuman Grooming System