mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +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)
|
obj = tool.Ifc.get_object(occurrence)
|
||||||
if obj:
|
if obj:
|
||||||
objs.append(obj)
|
objs.append(obj)
|
||||||
|
else:
|
||||||
|
objs = [obj]
|
||||||
|
|
||||||
for obj in objs:
|
for obj in objs:
|
||||||
props = obj.BIMTextProperties
|
props = obj.BIMTextProperties
|
||||||
|
|||||||
Reference in New Issue
Block a user