Cleared non-updated tools
This commit is contained in:
parent
6edfd09dcb
commit
e94a68c828
|
@ -45,6 +45,7 @@ class ShipWorkbench(Workbench):
|
||||||
QtGui.QApplication.UnicodeUTF8)
|
QtGui.QApplication.UnicodeUTF8)
|
||||||
FreeCAD.Console.PrintMessage(msg + '\n')
|
FreeCAD.Console.PrintMessage(msg + '\n')
|
||||||
# ToolBar
|
# ToolBar
|
||||||
|
"""
|
||||||
shiplist = ["Ship_LoadExample",
|
shiplist = ["Ship_LoadExample",
|
||||||
"Ship_CreateShip",
|
"Ship_CreateShip",
|
||||||
"Ship_OutlineDraw",
|
"Ship_OutlineDraw",
|
||||||
|
@ -53,6 +54,12 @@ class ShipWorkbench(Workbench):
|
||||||
weightslist = ["Ship_Weights",
|
weightslist = ["Ship_Weights",
|
||||||
"Ship_CreateTank",
|
"Ship_CreateTank",
|
||||||
"Ship_GZ"]
|
"Ship_GZ"]
|
||||||
|
"""
|
||||||
|
shiplist = ["Ship_LoadExample",
|
||||||
|
"Ship_CreateShip",
|
||||||
|
"Ship_OutlineDraw",
|
||||||
|
"Ship_AreasCurve"]
|
||||||
|
weightslist = []
|
||||||
self.appendToolbar(
|
self.appendToolbar(
|
||||||
str(QtCore.QT_TRANSLATE_NOOP("Ship", "Ship design")),
|
str(QtCore.QT_TRANSLATE_NOOP("Ship", "Ship design")),
|
||||||
shiplist)
|
shiplist)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user