Skip to content

Commit

Permalink
v2.9.9 --> Face/Armature Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seris0 committed Oct 29, 2024
1 parent 8a9eb22 commit 233c427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickimport/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class BaseAnalysis(Import3DMigotoFrameAnalysis):

class QuickImport(Import3DMigotoFrameAnalysis, QuickImportBase):
"""Setup Character .txt file"""
bl_idname = "import_mesh.jasicbeoadus"
bl_idname = "import_scene.3dmigoto_frame_analysis"
bl_label = "Quick Import for XXMI"
bl_options = {"UNDO"}
# bl_parent_id = "IMPORT_MESH_OT_migoto_frame_analysis"
Expand Down
2 changes: 1 addition & 1 deletion xxmi_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def draw(self, context):

row = col.row(align=True)
row.scale_y = 1.3
row.operator("import_mesh.jasicbeoadus", text="Setup Character", icon='IMPORT')
row.operator("import_scene.3dmigoto_frame_analysis", text="Setup Character", icon='IMPORT')
row = col.row(align=True)
row.scale_y = 1.3
row.operator("import_scene.3dmigoto_raw", text="Setup Character Raw (ib + vb)", icon='IMPORT')
Expand Down

0 comments on commit 233c427

Please sign in to comment.