Very Basic MMD Options Panel (MASSIVE WIP)

This is a massive WIP most options don't work yet. However this is the start of it.
This commit is contained in:
Yusarina
2024-09-25 23:48:16 +01:00
parent adb549a4d4
commit 6c918b8209
3 changed files with 333 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def register():
#finally register properties that may use some classes.
core.register.register_properties()
from functions.mesh_tools import AvatarToolkit_OT_ApplyShapeKey
from .functions.mesh_tools import AvatarToolkit_OT_ApplyShapeKey
bpy.types.MESH_MT_shape_key_context_menu.append((lambda self, context: self.layout.separator()))
bpy.types.MESH_MT_shape_key_context_menu.append((lambda self, context: self.layout.operator(AvatarToolkit_OT_ApplyShapeKey.bl_idname, icon="KEY_HLT")))