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 f192ac8ea3
commit 5e08ba54cc

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",