Arch: fixed importWebGL to work from command line
This commit is contained in:
parent
ccde13acd9
commit
c64b169164
|
@ -28,12 +28,14 @@ importWebGL.template = a complete html file, where $CameraData is a placeholder
|
||||||
FreeCAD camera, and $ObjectsData a placeholder for the FreeCAD objects."""
|
FreeCAD camera, and $ObjectsData a placeholder for the FreeCAD objects."""
|
||||||
|
|
||||||
import FreeCAD,Draft,Part,DraftGeomUtils
|
import FreeCAD,Draft,Part,DraftGeomUtils
|
||||||
from DraftTools import translate
|
|
||||||
|
|
||||||
if FreeCAD.GuiUp:
|
if FreeCAD.GuiUp:
|
||||||
import FreeCADGui
|
import FreeCADGui
|
||||||
|
from DraftTools import translate
|
||||||
else:
|
else:
|
||||||
FreeCADGui = None
|
FreeCADGui = None
|
||||||
|
def translate(ctxt,txt):
|
||||||
|
return txt
|
||||||
|
|
||||||
tab = " " # the tab size
|
tab = " " # the tab size
|
||||||
wireframeStyle = "faceloop" # this can be "faceloop", "multimaterial" or None
|
wireframeStyle = "faceloop" # this can be "faceloop", "multimaterial" or None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user