mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
IfcBlender: process relations default to False, and warning in tooltip
This commit is contained in:
@@ -200,8 +200,9 @@ class ImportIFC(bpy.types.Operator, ImportHelper):
|
||||
default=True)
|
||||
process_relations = BoolProperty(name="Process relations",
|
||||
description="Convert containment and aggregation" \
|
||||
" relations to parenting",
|
||||
default=True)
|
||||
" relations to parenting" \
|
||||
" (warning: may be slow on large files)",
|
||||
default=False)
|
||||
|
||||
def execute(self, context):
|
||||
if not import_ifc(self.filepath, self.use_names, self.process_relations):
|
||||
|
||||
Reference in New Issue
Block a user