Add upgrade to ifc4/ifc4x3 button to libraries file browser

Example - https://i.imgur.com/cTdwCvt.png
This commit is contained in:
Andrej730
2024-09-27 17:15:26 +05:00
parent f7bf440848
commit 63ffa1aadb
@@ -187,6 +187,7 @@ class SelectLibraryFile(bpy.types.Operator, IFCFileSelector):
def draw(self, context):
self.layout.prop(self, "append_all", text="Append Entire Library")
IFCFileSelector.draw(self, context)
class RefreshLibrary(bpy.types.Operator):