This commit is contained in:
Andrej730
2024-11-06 11:47:17 +05:00
parent 4e070545ae
commit 4fdb313449
9 changed files with 232 additions and 155 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class BIM_OT_multiple_file_selector(bpy.types.Operator):
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
@classmethod
def poll(self, context):
def poll(cls, context):
return getattr(context, "file_props", None) is not None
def execute(self, context):
+1
View File
@@ -434,6 +434,7 @@ class BIM_PT_tabs(Panel):
"QUALITY",
"SWITCH",
]:
# Draw a little underscore below the active tab icon.
if aprops.tab == tab:
row.prop(aprops, "active_tab", text="", icon="BLANK1")
else: