vmJoe
Results
2
comments of
vmJoe
As a workaround, I've setup the following script: ``` import bpy for item in bpy.data.objects: if item.type == "ARMATURE": for bone in item.pose.bones[0].children_recursive: print("renaming " + bone.name + " to...
I'm not sure if it's the norm, but most models I've seen have only Japanese names so if any change is made it should probably default to using Japanese. Perhaps...