[Paraview] ParaView 5.3.0 Release Candidate 2 binaries are available for download

Sebastien Jourdain sebastien.jourdain at kitware.com
Thu Feb 23 19:02:50 EST 2017


lightviz does not have any webgl either.

Once we get vtk-js with a ParaViewWeb server, then LightViz and Visualizer
will be able to get it, but not before that.

Regarding the estimate, it is hard to tell as it is dependent on the
funding priorities.
So far, I've managed to get most of the features I need in vtk-js (~98%)
but then when vtk-js is ready,
I will need some dedicated time for revisiting the server side and client
side to deal with geometry rendering.
I'm hoping 6-12 months but without any guaranty. Unless we get funding
specifically for that, in which case it could be way sooner.

On Thu, Feb 23, 2017 at 4:49 PM, Daniel Zuidinga <info at seoaachen.de> wrote:

> does lightviz also not support webgl (in any version)?
>
> can you give any rough estimation on the vtk-js porting?
>
> Am 24.02.2017 um 00:45 schrieb Sebastien Jourdain:
>
> No WebGL support in that version. But you can always take the python+web
> from old paraview if you want the old visualizer. By python, I mean only
> the file that is passed as argument to pvpython.
>
> The webgl rendering will be using vtk-js but we haven't finished porting
> it to the ParaViewWeb client/server implementation.
>
> On Thu, Feb 23, 2017 at 4:32 PM, Daniel Zuidinga <info at seoaachen.de>
> wrote:
>
>> i tried --data
>> \data
>> data\
>> \data\
>> /data
>> \data
>> c:\temp
>> c:\temp\
>> etc.
>> nothing is listed
>> also there is no webgl support btw
>>
>>
>> Am 24.02.2017 um 00:29 schrieb Sebastien Jourdain:
>>
>> no \ at the end
>>
>> On Thu, Feb 23, 2017 at 4:28 PM, Sebastien Jourdain <
>> sebastien.jourdain at kitware.com> wrote:
>>
>>> Must be a full path... What is wrong 5.2 vs 5.3?
>>>
>>> On Thu, Feb 23, 2017 at 4:26 PM, Daniel Zuidinga <info at seoaachen.de>
>>> wrote:
>>>
>>>> my --data-dir parameter is wrong. it must be  --data data\ ?
>>>>
>>>> but also with this no files are listed
>>>>
>>>>
>>>>
>>>> Am 24.02.2017 um 00:15 schrieb Daniel Zuidinga:
>>>>
>>>> works now. Btw the documentation is wrong for windows? It should be
>>>> .\bin\pvpython.exe share\paraview-5.3\web\visualizer\server\pvw-visualizer.py
>>>> --content share\paraview-5.3\web\visualizer\www\ --data-dir data\
>>>> --port 8080
>>>>
>>>> here: http://kitware.github.io/paraviewweb/docs/architecture.html#
>>>> Simplicity
>>>>
>>>>
>>>> Am 23.02.2017 um 23:50 schrieb Sebastien Jourdain:
>>>>
>>>> Cory,
>>>>
>>>> should I change pvw-visualizer.py to use "Camera3DManipulator" instead
>>>> of "Camera3DManipulators"?
>>>>
>>>> Or it was just a mistake?
>>>>
>>>> Daniel, you can edit that file in the version you've downloaded and
>>>> remove the "s" in the following line:
>>>>
>>>> interactionProxy.Camera3DManipulators = ['Rotate', 'Pan', 'Zoom',
>>>> 'Pan', 'Roll', 'Pan', 'Zoom', 'Rotate', 'Zoom']
>>>>
>>>> Let us know if you have a crash like before.
>>>>
>>>> Thanks,
>>>>
>>>> Seb
>>>>
>>>> On Thu, Feb 23, 2017 at 3:44 PM, Cory Quammen <cory.quammen at kitware.com
>>>> > wrote:
>>>>
>>>>> Daniel,
>>>>>
>>>>> We have a fix for that particular error coming for 5.3.0 final. Please
>>>>> see https://gitlab.kitware.com/paraview/paraview/merge_requests/1415.
>>>>>
>>>>> Cory
>>>>>
>>>>> On Thu, Feb 23, 2017 at 5:40 PM, Daniel Zuidinga <info at seoaachen.de>
>>>>> wrote:
>>>>> > I still try to get pvwebvisualizer running on win 10:
>>>>> >
>>>>> > C:\Program Files\ParaView
>>>>> > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit>.\bin\pvpython.exe
>>>>> > share\paraview-5.3\web\visualizer\server\pvw-visualizer.py --content
>>>>> > share\paraview-5.3\web\visualizer\www\ --data data\ --port 8080
>>>>> > 2017-02-23 23:38:18+0100 [-] Log opened.
>>>>> > 2017-02-23 23:38:18+0100 [-] Traceback (most recent call last):
>>>>> > 2017-02-23 23:38:18+0100 [-]   File
>>>>> > "share\paraview-5.3\web\visualizer\server\pvw-visualizer.py", line
>>>>> 219, in
>>>>> > <module>
>>>>> > 2017-02-23 23:38:18+0100 [-] server.start_webserver(options=args,
>>>>> > protocol=_VisualizerServer)
>>>>> > 2017-02-23 23:38:18+0100 [-]   File "C:\Program Files\ParaView
>>>>> > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\vt
>>>>> k\web\server.py",
>>>>> > line 185, in start_webserver
>>>>> > 2017-02-23 23:38:18+0100 [-]     appSession =
>>>>> > protocol(types.ComponentConfig(realm = "vtkweb"))
>>>>> > 2017-02-23 23:38:18+0100 [-]   File "C:\Program Files\ParaView
>>>>> > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\pa
>>>>> raview\web\wamp.py",
>>>>> > line 13, in __init__
>>>>> > 2017-02-23 23:38:18+0100 [-]     wamp.ServerProtocol.__init__(self,
>>>>> config)
>>>>> > 2017-02-23 23:38:18+0100 [-]   File "C:\Program Files\ParaView
>>>>> > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\vt
>>>>> k\web\wamp.py",
>>>>> > line 62, in __init__
>>>>> > 2017-02-23 23:38:18+0100 [-]     self.initialize()
>>>>> > 2017-02-23 23:38:18+0100 [-]   File
>>>>> > "share\paraview-5.3\web\visualizer\server\pvw-visualizer.py", line
>>>>> 202, in
>>>>> > initialize
>>>>> > 2017-02-23 23:38:18+0100 [-] interactionProxy.Camera3DManipulators =
>>>>> > ['Rotate', 'Pan', 'Zoom', 'Pan', 'Roll', 'Pan', 'Zoom', 'Rotate',
>>>>> 'Zoom']
>>>>> > 2017-02-23 23:38:18+0100 [-]   File "C:\Program Files\ParaView
>>>>> > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\pa
>>>>> raview\servermanager.py",
>>>>> > line 314, in __setattr__
>>>>> > 2017-02-23 23:38:19+0100 [-]     "to add this attribute.")
>>>>> > 2017-02-23 23:38:19+0100 [-] AttributeError: Attribute
>>>>> Camera3DManipulators
>>>>> > does not exist.  This class does not allow addition of new
>>>>> attributes to
>>>>> > avoid mistakes due to typos. Use add_attribute() if you really want
>>>>> to add
>>>>> > this attribute.
>>>>> >
>>>>> > Am 23.02.2017 um 20:27 schrieb Cory Quammen:
>>>>> >>
>>>>> >> Folks,
>>>>> >>
>>>>> >> I am pleased to announce that binaries and source code zip files and
>>>>> >> tar balls for ParaView 5.3.0 Release Candidate 2 are now available
>>>>> for
>>>>> >> download from
>>>>> >>
>>>>> >> http://www.paraview.org/download/
>>>>> >>
>>>>> >> Please let us know if you run into any problems with this release
>>>>> >> candidate. The ParaView issue tracker is located at
>>>>> >>
>>>>> >> https://gitlab.kitware.com/paraview/paraview/issues
>>>>> >>
>>>>> >> Sincerely,
>>>>> >> Cory
>>>>> >>
>>>>> >
>>>>> > _______________________________________________
>>>>> > 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
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Cory Quammen
>>>>> Staff R&D Engineer
>>>>> Kitware, Inc.
>>>>> _______________________________________________
>>>>> 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
>>>>
>>>> _______________________________________________ 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/ParaV
>>>> iew 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/ParaV
>> iew Search the list archives at: http://markmail.org/search/?q=ParaView
>> Follow this link to subscribe/unsubscribe: http://public.kitware.com/mail
>> man/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170223/faefebfe/attachment.html>


More information about the ParaView mailing list