mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Fix #3210. Revert "BBIM Drawings: Exclude ifc objects hidden from render view"
This reverts commit 6f39648077.
This commit is contained in:
@@ -1528,7 +1528,7 @@ class Drawing(blenderbim.core.tool.Drawing):
|
|||||||
tool.Ifc.get_entity(o)
|
tool.Ifc.get_entity(o)
|
||||||
for o in objs
|
for o in objs
|
||||||
if cls.is_in_camera_view(o, camera_inverse_matrix, x, y, camera.data.clip_start, camera.data.clip_end)
|
if cls.is_in_camera_view(o, camera_inverse_matrix, x, y, camera.data.clip_start, camera.data.clip_end)
|
||||||
and tool.Ifc.get_entity(o) and not o.hide_render
|
and tool.Ifc.get_entity(o)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user