This commit is contained in:
Yusarina
2024-06-19 00:01:26 +01:00
parent fc0fb5035b
commit 31f76931b9
2 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import bpy
import numpy as np
from bpy.types import Object, ShapeKey
from bpy.types import Object, ShapeKey, Mesh, Context
from functools import lru_cache
### Clean up material names in the given mesh by removing the '.001' suffix.