A
by Ace on 26 Nov 2021, edited 26 Nov 2021
#
As the title describes. Does anyone know if it possible to batch load all elements from a ifc library? and additionally to batch hide IFC spaces on import? I've been working on my blenderbim workflow and the process of loading the library items 1 by 1 and finding & hiding IFC spaces 1 by 1 are the most time consuming aspects
C
by Cyril on 26 Nov 2021
#
+2 votes
To hide all spaces. You can :
-
Type IfcSpace
in the outliner to quickly select all spaces then hide it
-
Use IfcSearch in scene properties to select all object of class IfcSpace
then hide it (shortcut H
)
A
by Ace on 26 Nov 2021
#
Thankyou thankyou! That did the trick