FEM: Remove not used OutputDir analysis property
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
f33f573199
commit
2c21325353
|
@ -30,7 +30,6 @@ class _FemAnalysis:
|
||||||
def __init__(self, obj):
|
def __init__(self, obj):
|
||||||
self.Type = "FemAnalysis"
|
self.Type = "FemAnalysis"
|
||||||
obj.Proxy = self
|
obj.Proxy = self
|
||||||
obj.addProperty("App::PropertyString", "OutputDir", "Base", "Directory where the jobs get generated")
|
|
||||||
|
|
||||||
def execute(self, obj):
|
def execute(self, obj):
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user