Skip to content

Instantly share code, notes, and snippets.

View Burrely's full-sized avatar
🐣
Working on some kind of project.

Burrely Burrely

🐣
Working on some kind of project.
View GitHub Profile
@Roliga
Roliga / RemoveUnusedShapeKeys.py
Created April 14, 2022 13:29
Blender add-on for removing empty shape keys.
bl_info = {
"name": "Remove Unused Shape Keys",
"blender": (2, 80, 0),
"category": "Object",
}
import bpy
import numpy as np