mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 03:34:35 +00:00
Implement support for IfcLibraryInformation like a Git server
This commit is contained in:
@@ -313,7 +313,7 @@ class BIM_PT_library(Panel):
|
||||
scene = context.scene
|
||||
bim_properties = scene.BIMProperties
|
||||
|
||||
layout.row().prop(scene.BIMProperties, 'has_georeferencing')
|
||||
layout.row().prop(scene.BIMProperties, 'has_library')
|
||||
|
||||
layout.label(text="Project Library:")
|
||||
layout.row().prop(scene.BIMLibrary, 'location')
|
||||
|
||||
Reference in New Issue
Block a user