Message 1 of 8
How to write a python script that allows uploading for a CSV file to rename blendshapes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
This is a question for face tracking apple ARkit. I am trying to write python script in the Maya script editor that can have the ability to upload a csv and rename all the target blend shape groups. In the csv file, I basically have two columns one is the blendshape names you see in the picture and the other column is Apple's ARkit blendshape names. I basically want to do a find and replace function within Maya, but I am having trouble on where to begin or how to best approach this.
I have this working as a batch program to run on the terminal, I am trying to see if this could be done within Maya to save extra steps for renaming blendshapes.
Thank you for your time!