Arch: fix in collada importer
This commit is contained in:
parent
97ad018bd7
commit
e9711ec7c9
|
@ -22,7 +22,11 @@
|
|||
#***************************************************************************
|
||||
|
||||
import FreeCAD, Mesh, os, numpy
|
||||
from DraftTools import translate
|
||||
if FreeCAD.GuiUp:
|
||||
from DraftTools import translate
|
||||
else:
|
||||
def translate(context,text):
|
||||
return text
|
||||
|
||||
__title__="FreeCAD Collada importer"
|
||||
__author__ = "Yorik van Havre"
|
||||
|
|
Loading…
Reference in New Issue
Block a user