mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Add upgrade to ifc4/ifc4x3 button to libraries file browser
Example - https://i.imgur.com/cTdwCvt.png
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user