mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +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):
|
def draw(self, context):
|
||||||
self.layout.prop(self, "append_all", text="Append Entire Library")
|
self.layout.prop(self, "append_all", text="Append Entire Library")
|
||||||
|
IFCFileSelector.draw(self, context)
|
||||||
|
|
||||||
|
|
||||||
class RefreshLibrary(bpy.types.Operator):
|
class RefreshLibrary(bpy.types.Operator):
|
||||||
|
|||||||
Reference in New Issue
Block a user