Rigify Tutorial
Added 2024-03-25 02:24:50 +0000 UTCWhat to know how I make my models, now you can with this tutorial.
Here's the code I mentioned in the video:
for i in bpy.context.active_object.vertex_groups:
oldn=i.name
i.name='DEF-'+oldn
What to know how I make my models, now you can with this tutorial.
Here's the code I mentioned in the video:
for i in bpy.context.active_object.vertex_groups:
oldn=i.name
i.name='DEF-'+oldn