Implement support for IfcLibraryInformation like a Git server

This commit is contained in:
Dion Moult
2019-11-21 21:27:32 +11:00
parent 9a18198988
commit f16861d5a9
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -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')