From: rnv Date: Fri, 27 Mar 2015 13:31:11 +0000 (+0300) Subject: Fix the "0022871: EDF 10092 PARAVIS : The macro modes is not displayed properly"... X-Git-Tag: V7_6_0a1~2^2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c10a6a076fa9fcddf453ea15ab8a9f28fe915210;p=modules%2Fparavis.git Fix the "0022871: EDF 10092 PARAVIS : The macro modes is not displayed properly" issue. --- 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()