Merge branch 'main' into bim-cleanup-license
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
"""The BIM Diff command"""
|
||||
|
||||
import os
|
||||
import FreeCAD
|
||||
import FreeCADGui
|
||||
|
||||
@@ -51,7 +50,7 @@ class BIM_Diff:
|
||||
# make the main doc the active one before running this script!
|
||||
|
||||
# what will be compared: IDs, geometry, materials. Everything else is discarded.
|
||||
from PySide import QtCore, QtGui
|
||||
from PySide import QtGui
|
||||
import Draft
|
||||
|
||||
MOVE_TOLERANCE = 0.2 # the max allowed move in mm
|
||||
|
||||
Reference in New Issue
Block a user