FEM: mechanical result object, add comment

This commit is contained in:
Bernd Hahnebach
2020-02-15 12:29:35 +01:00
committed by GitHub
parent 4e27b6ab3a
commit 77b143dc9d

View File

@@ -303,7 +303,7 @@ class _FemResultMechanical():
def onDocumentRestored(self, obj):
# migrate old result objects, because property "StressValues"
# was renamed to "vonMises"
# was renamed to "vonMises" wirh commit 8b68ab7
if hasattr(obj, "StressValues") == True:
obj.addProperty(
"App::PropertyFloatList",