mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix little bug
This commit is contained in:
committed by
Dion Moult
parent
a4566797fe
commit
1be76c8aaa
@@ -447,7 +447,7 @@ class CalculateAllQuantities(bpy.types.Operator, tool.Ifc.Operator):
|
||||
return context.active_object
|
||||
|
||||
def _execute(self, context):
|
||||
QtoCore.calculate_all_qtos(tool.Ifc, tool.Qto, selected_objects = context.selected_objects)
|
||||
QtoCore.calculate_all_qtos(tool.Qto, selected_objects = [context.active_object])
|
||||
|
||||
|
||||
class CopyPropertyToSelection(bpy.types.Operator, Operator):
|
||||
|
||||
Reference in New Issue
Block a user