From c10a6a076fa9fcddf453ea15ab8a9f28fe915210 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 27 Mar 2015 16:31:11 +0300 Subject: [PATCH] Fix the "0022871: EDF 10092 PARAVIS : The macro modes is not displayed properly" issue. --- src/Macro/modes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Macro/modes.py b/src/Macro/modes.py index 70e86dfa..4c1b13b5 100644 --- a/src/Macro/modes.py +++ b/src/Macro/modes.py @@ -97,5 +97,6 @@ else : pvLookupTable = GetLookupTableForArray( rootname, 3, VectorMode='Magnitude' ) WarpByVectorDataRepresentation.ColorArrayName = rootname WarpByVectorDataRepresentation.LookupTable = pvLookupTable - + WarpByVectorDataRepresentation.RescaleTransferFunctionToDataRange(True) + AnimationScene1.Play() -- 2.39.2