mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix #4198. Minor regression in updating text literals.
This commit is contained in:
@@ -907,6 +907,8 @@ class Drawing(blenderbim.core.tool.Drawing):
|
||||
obj = tool.Ifc.get_object(occurrence)
|
||||
if obj:
|
||||
objs.append(obj)
|
||||
else:
|
||||
objs = [obj]
|
||||
|
||||
for obj in objs:
|
||||
props = obj.BIMTextProperties
|
||||
|
||||
Reference in New Issue
Block a user