FEM and OpenSCAD: add some hint and remove not needed line
This commit is contained in:
@@ -48,6 +48,7 @@ class FemWorkbench(Workbench):
|
||||
import femcommands.commands
|
||||
|
||||
def GetClassName(self):
|
||||
# see https://forum.freecadweb.org/viewtopic.php?f=10&t=43300
|
||||
return "FemGui::Workbench"
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,6 @@ class OpenSCADWorkbench ( Workbench ):
|
||||
FreeCADGui.addLanguagePath(":/translations")
|
||||
FreeCADGui.addPreferencePage(":/ui/openscadprefs-base.ui","OpenSCAD")
|
||||
def GetClassName(self):
|
||||
#return "OpenSCADGui::Workbench"
|
||||
return "Gui::PythonWorkbench"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user