This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bl_info = { | |
"name": "Remove Unused Shape Keys", | |
"blender": (2, 80, 0), | |
"category": "Object", | |
} | |
import bpy | |
import numpy as np | |