more changes

This commit is contained in:
2026-09-01 09:52:12 +08:00
parent 4f1d76227e
commit c716da4283
5 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
bl_info = { bl_info = {
"name": "Mabulig Rigger Plugin", "name": "Mabulig Rigger Plugin",
"author": "Fritz Villahermosa", "author": "Fritz Villahermosa",
"version": (1, 1), "version": (1, 3),
"blender": (5, 2, 0), "blender": (5, 2, 0),
"location": "View3D > Sidebar > Mabulig Rigger", "location": "View3D > Sidebar > Mabulig Rigger",
"description": "Frog rigging made simple!", "description": "Frog rigging made simple!",
@@ -337,12 +337,12 @@ class ModelPrepPanel(bpy.types.Panel):
mod_prep_col1.prop(props, "svl") mod_prep_col1.prop(props, "svl")
mod_prep_col1.operator("ruler_plane.operator", icon='MESH_PLANE') mod_prep_col1.operator("ruler_plane.operator", icon='MESH_PLANE')
layout.separator() # layout.separator()
mod_prep_col2 = layout.column() # mod_prep_col2 = layout.column()
mod_prep_col2.prop(props, "target_model") # mod_prep_col2.prop(props, "target_model")
mod_prep_col2.operator("apply_scale.operator", icon='FIXED_SIZE') # mod_prep_col2.operator("apply_scale.operator", icon='FIXED_SIZE')
mod_prep_col2.enabled = bpy.context.scene.panel_propert.panel1_g2 # mod_prep_col2.enabled = bpy.context.scene.panel_propert.panel1_g2
Binary file not shown.
Binary file not shown.
Binary file not shown.