You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 3e268be, these two lines add a blender dependency to util.representation (and as a result api.material.assign_material, api.type.assign_type etc..):
import ifcopenshell.util.shape_builder
from mathutils import Vector
With 3e268be, these two lines add a blender dependency to
util.representation(and as a resultapi.material.assign_material,api.type.assign_typeetc..):