Assembly fixes

This commit is contained in:
PaddleStroke
2024-01-31 16:05:32 +01:00
parent 7d1f1f2143
commit b85e672226
7 changed files with 60 additions and 40 deletions

View File

@@ -38,10 +38,6 @@ __author__ = "Ondsel"
__url__ = "https://www.freecad.org"
def tr(context, text, comment=None):
return QtCore.QCoreApplication.translate(context, text, comment)
def activeAssembly():
doc = Gui.ActiveDocument