.fi

- Search

Search

Search pages where:

Filter by tags:

Limit by date:

Sort Results:

Results:

Blender: Python Scripting Bones / Vertex Groups / Shape Keys

Posted: 2022-02-05 19:11:14Edited: 2023-01-10 15:37:01
Chronological date: 2022-02-05

Blender has a powerfull scripting engine, that is no secret. I have had to utilize it more and more as time goes on. Here are a few examples for what I have had to use it for.

One example I have is when I had to create a script to automatically copy shape key names to another object, as AFAIK there is no function to do so in the GUI.

With this, we can just select 2 objects (one of which is active), and copy all the shape key names from the active to the other object:


import bpy
impo