Added Eye tracking and Visemes
This commit is contained in:
@@ -13,6 +13,7 @@ class AvatarToolKit_PT_ToolsPanel(Panel):
|
||||
bl_category: str = CATEGORY_NAME
|
||||
bl_parent_id: str = AvatarToolKit_PT_AvatarToolkitPanel.bl_idname
|
||||
bl_order: int = 2
|
||||
bl_options = {'DEFAULT_CLOSED'}
|
||||
|
||||
def draw(self, context: Context) -> None:
|
||||
"""Draw the tools panel interface"""
|
||||
|
||||
Reference in New Issue
Block a user