Should I request. I need to create a two relatively simple scripts.
I’m trying to write a Python script for Blender. But my skills are very basic.
I have a character, and I need to somehow automate mirroring (vertex group) and (shape key).
(Vertex group)
I work to create the left part of the model copied it and put a mirror. The problem is that I have 40 bones in the skeleton named L. then I have to manually transcribe names from L to R.
- I need script to change the names of the all vertex groups leg.L.001 leg.R.001 all (“L” to “R”) (“R” to “L”).
(Shape key)
- I’m not sure but from what I’ve found will not possible rename the shape key. Therefore, I would like to script deleted the (all key) with the name R if any. Then all of L (key) to create a copy of a mirror and where the name is changed from L to R. At the same time, would be great to change the name L to R for driver (DriverTarget.bone_target)
I wrote author of this script Shape-Advanced-Key-Panel for help.
The script is brilliant (for 2.63) and uses the mirror just in shape key
Can make a new mirror with key name mirrored.
http://assumptionsoup.github.com/Advanced-Shape-Key-Panel/
This is not solved my problem I need L and R name.
If you have someone any idea how to solve it?