mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
fix various issues by preventing data from linked IFCs to be saved in current project
This commit is contained in:
@@ -93,6 +93,8 @@ class IfcExporter:
|
|||||||
try:
|
try:
|
||||||
if isinstance(obj, bpy.types.Material):
|
if isinstance(obj, bpy.types.Material):
|
||||||
continue
|
continue
|
||||||
|
if obj.library:
|
||||||
|
continue
|
||||||
tool.Collector.sync(obj)
|
tool.Collector.sync(obj)
|
||||||
result = self.sync_object_placement(obj)
|
result = self.sync_object_placement(obj)
|
||||||
if result:
|
if result:
|
||||||
|
|||||||
Reference in New Issue
Block a user