Another solution would be to properly sort the content of "fileToLoad" here https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L1888
On Wed, Jun 14, 2017 at 8:57 AM, Sebastien Jourdain < [email protected]> wrote: > I mean the file names should be as follow: > > uuzip.btm_00.vtm > uuzip.btm_01.vtm > uuzip.btm_02.vtm > uuzip.btm_03.vtm > uuzip.btm_04.vtm > uuzip.btm_05.vtm > uuzip.btm_06.vtm > uuzip.btm_07.vtm > uuzip.btm_08.vtm > uuzip.btm_09.vtm > uuzip.btm_10.vtm > [...] > > On Wed, Jun 14, 2017 at 8:54 AM, Daniel Zuidinga <[email protected]> > wrote: > >> Hi Seb, >> >> what do you mean by padding? how can I add it? >> >> br >> >> >> Am 12.06.2017 um 23:51 schrieb Sebastien Jourdain: >> >> Hi Daniel, >> >> I've loaded your data files and it seems that the issue is related to the >> order the time serie. >> >> Because you do not have a 0 padding, the first 10 steps get interleaved >> with the 10, 20, 30... We can improve the sorting algorithm but if you add >> a zero for padding, you should be all set (I mean, I did try and that >> solved the issue). >> >> Seb >> >> >> On Mon, Jun 12, 2017 at 3:24 PM, Daniel Zuidinga <[email protected]> >> wrote: >> >>> Hi, >>> >>> I converted a salome/code_aster med file to vtm and all values are right >>> in paraview. But in paraview web there are failures on some time steps. I >>> think this is a bug? What can I do? I tried this with several files and >>> have always the same errors. >>> >>> Example file: >>> https://www.dropbox.com/s/mt2qeb8d50koepv/Km5oysKroZ_VDb1iUuR.zip?dl=0 >>> >>> regards >>> _______________________________________________ >>> Powered by www.kitware.com >>> >>> Visit other Kitware open-source projects at >>> http://www.kitware.com/opensource/opensource.html >>> >>> Please keep messages on-topic and check the ParaView Wiki at: >>> http://paraview.org/Wiki/ParaView >>> >>> Search the list archives at: http://markmail.org/search/?q=ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://public.kitware.com/mailman/listinfo/paraview >>> >> >> >> >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
