Re: [Paraview] EyeDome Lighting in python

2013-07-19 Thread Sebastien Jourdain
Hi Jean, the missing parameters here? should be RenderViewWithEDF. This is basically the name of the proxy in the XML definition. ServerManagerConfiguration ProxyGroup name=views RenderViewProxy name=RenderViewWithEDL class=vtkPVRenderViewWithEDL

Re: [Paraview] VTK embedded models in JSP

2013-07-24 Thread Sebastien Jourdain
1) pvserver is not a web server. It is meant to run on a cluster for very large visualization. Which is definitely not what you are looking for. 2) The html page is the only file needed for you. The other files were used for development of custom web page when streaming could be involved.

Re: [Paraview] VTK embedded models in JSP

2013-08-01 Thread Sebastien Jourdain
...@gmail.comwrote: Hi Sebastien, Thanks for your answer. I tried to use the trace but it seems that it does not track the exporting process. I also downloaded and compiled the vtk kit and I could not find the vtkpython module. Dani. 2013/7/24 Sebastien Jourdain sebastien.jourd...@kitware.com 1

Re: [Paraview] VTK embedded models in JSP

2013-08-02 Thread Sebastien Jourdain
) exporter.SetRenderWindow(view.GetRenderWindow()) exporter.Update() Thanks a lot for your help. Daniel. 2013/8/1 Sebastien Jourdain sebastien.jourd...@kitware.com Hi Daniel, I thought that VTK would contain the WebGL exporter which it doesn't (for now). So you are stuck with pvpython for now. Here

Re: [Paraview] ParaViewWeb SuperBuild Compilation error

2013-08-02 Thread Sebastien Jourdain
If you are looking for the most up-to-date ParaViewWeb release, you should use our ParaView 4.x binaries that already contains the new version of ParaViewWeb. With that version, you don't need any extra/external libraries. You can read more here: -

Re: [Paraview] VTK embedded models in JSP

2013-08-05 Thread Sebastien Jourdain
idea about this? I am using Windows 7 and Paraview 4.0.1. I tried with Paraview 3.9 and doesn't work either. Thank you, Daniel. 2013/8/2 Sebastien Jourdain sebastien.jourd...@kitware.com Thanks Daniel for sharing your full script. On Fri, Aug 2, 2013 at 8:14 AM, Dani Mora daniel.mora.ch

Re: [Paraview] [EXTERNAL] Re: build failure

2013-09-11 Thread Sebastien Jourdain
:* Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] *Sent:* Wednesday, September 11, 2013 7:33 AM *To:* Utkarsh Ayachit; DeMarle, David Edward (External Contacts) *Cc:* Scott, W Alan; paraview@paraview.org *Subject:* [EXTERNAL] Re: [Paraview] build failure ** ** Hi Alan

Re: [Paraview] Paraview tar archive

2013-09-12 Thread Sebastien Jourdain
Hi Curtis, are you talking about the nightly ones or the release ones? I'm asking as the current nightly might be broken in some manner. Seb On Thu, Sep 12, 2013 at 11:44 AM, Curtis Saunders dcsau...@uvm.edu wrote: Hello, I am trying to install Paraview from the Linux 64bit binary, but

Re: [Paraview] getting started with ParaViewWeb

2013-09-17 Thread Sebastien Jourdain
Hi Oliver, you seems pretty close to have it working. What is the script that you started and what is the URL that you connect to? Thanks, Seb On Tue, Sep 17, 2013 at 12:00 PM, Oliver Gloth ogl...@engits.com wrote: Hello, I tried to test ParaViewWeb by following this simple tutorial:

Re: [Paraview] paraviewweb error with master

2013-09-20 Thread Sebastien Jourdain
Did you start from a clean build as most of the classes have moved to VTK and changed their names? Seb On Fri, Sep 20, 2013 at 7:53 AM, Paul Edwards paul.m.edwa...@gmail.comwrote: ParaViewWeb is still not working even from the build directory - it fails with: from

Re: [Paraview] paraviewweb error with master

2013-09-20 Thread Sebastien Jourdain
-4909 On Fri, Sep 20, 2013 at 12:13 PM, Paul Edwards paul.m.edwa...@gmail.comwrote: I just rebuilt from clean and the pvpython issue is resolved. But, now I don't have pipeline_manager.py anywhere. Has this changed? Thanks, Paul On 20 September 2013 13:47, Sebastien Jourdain

Re: [Paraview] Starting ParaViewWeb from a web application

2013-10-04 Thread Sebastien Jourdain
Hi Pawel, yes it is possible, one way to do that is to use a Session Manager like the following one. But you can build your own if need be. Seb http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/jetty_session_manager On Thu, Oct 3, 2013 at 8:53 AM, Pawel Kwiecien

Re: [Paraview] Paraview Webgl Scene

2013-10-15 Thread Sebastien Jourdain
Hi Paul, the WebGL exporter is very limited and just export basic geometry but the exported scene should reflect what you were seeing in ParaView with no animation or possible customization of the generated scene. The axes should be present though if they were while exporting. Seb On Sun, Oct

Re: [Paraview] Starting ParaViewWeb from a web application

2013-10-16 Thread Sebastien Jourdain
= com.kitware.paraviewweb.external.JsonFileProxyConnectionAdapter, I still get same message. So how should pw.factory.proxy.adapter and pw.factory.proxy.adapter.file be specified? Thank you in advance! Pawel On 4 October 2013 19:45, Sebastien Jourdain sebastien.jourd...@kitware.com

Re: [Paraview] Paraview Webgl Scene

2013-10-16 Thread Sebastien Jourdain
, Paul On 16 October 2013 14:38, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Paul, the WebGL exporter is very limited and just export basic geometry but the exported scene should reflect what you were seeing in ParaView with no animation or possible customization

[Paraview] Gatekeeper review

2013-10-18 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: 14320_disable_user_prompts cmake_policy_23_warnings fix_double_still_renders private_zlib_linking pvweb-virtualgl-doc - Topics

[Paraview] Gatekeeper review

2013-10-18 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: pluginwrap pvw-fix-www-install-rules ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Paraview Webgl Scene

2013-10-20 Thread Sebastien Jourdain
might be the best approach? Thanks, Paul On 17 October 2013 07:17, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Yes you got it. It is exactly that, providing all the objects needed with all the time steps and just then a list of scene graph for each time step. Then just

Re: [Paraview] Multiple visualization session

2013-10-21 Thread Sebastien Jourdain
Hi Gek, usually the proper deployment of ParaViewWeb rely on a SessionManager as a web front-end that will automatically start as many pvpython ... process as users connect to it for 3d visualizations. Unfortunately that does not seems to be what you would like. What you ask though, should be

Re: [Paraview] Starting ParaViewWeb from a web application

2013-10-21 Thread Sebastien Jourdain
. RectGrid2.vtk, when I enter WebVisualizer. I can't find in the code respective method that is responsible for that. Can you guide me how to load a specific file into viewport-container from the code? Thanks! Pawel On 16 October 2013 11:42, Sebastien Jourdain sebastien.jourd...@kitware.com

Re: [Paraview] Error when double-clicked when I work in collaboration

2013-10-21 Thread Sebastien Jourdain
Thanks the issue seems to be related to picking. I guess this is a bug that will need to be looked into. Seb On Mon, Oct 21, 2013 at 2:55 AM, Сергей Дмитриев allrond1...@rambler.ruwrote: Hello all my actions on this video. Or on following link: http://youtu.be/c1CvUS1L5pY What can u say

Re: [Paraview] Paraview Webgl Scene

2013-10-21 Thread Sebastien Jourdain
in the cache (rather than all of them) and the animation is working. Now I have to try and figure out why the alpha levels are not working. Paul On 21 October 2013 11:59, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: As far a I remember, this.objects is only the cache of all possible

Re: [Paraview] Python Export Scenes?

2013-10-22 Thread Sebastien Jourdain
Hi Paul, I don't have the exact command line on the top of my head, but if you search here http://markmail.org/search/list:paraview I think I've already posted the exact step that needs to happen to do so. If not, let me know and I will try to find some time to properly do it. Seb On Mon, Oct

Re: [Paraview] Starting ParaViewWeb from a web application

2013-10-24 Thread Sebastien Jourdain
(pv:openFileFromPath, filePath).then( function(reply){pv.viewport.render();}); } Could you have a look at it and tell me how to render a file specified as url's parameter? Thanks again! Pawel On 21 October 2013 11:33, Sebastien Jourdain

Re: [Paraview] How to export .x3d files from python script?

2013-10-31 Thread Sebastien Jourdain
Hi Rich, Maybe the active view is not the one that has your rendering. You may need to call SetView(RenderView2). Seb On Wed, Oct 30, 2013 at 6:41 PM, Cook, Rich coo...@llnl.gov wrote: Arrgh! I tried the following and the resulting file did not contain my isosurface as created by the

Re: [Paraview] How to export .x3d files from python script?

2013-10-31 Thread Sebastien Jourdain
All the Proxy/Python informations are stored in the XML files under src/ParaViewCore/ServerManager/SMApplication/Resources/* That's the way I do it... ;-) Seb On Thu, Oct 31, 2013 at 12:33 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Rich, Maybe the active view

Re: [Paraview] How to export .x3d files from python script?

2013-10-31 Thread Sebastien Jourdain
(most recent call last): File console, line 1, in module NameError: name 'SetView' is not defined On Oct 30, 2013, at 11:33 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Rich, Maybe the active view is not the one that has your rendering. You may need to call SetView

Re: [Paraview] How to export .x3d files from python script?

2013-10-31 Thread Sebastien Jourdain
. -- Rich On Oct 31, 2013, at 11:13 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hum I'm getting confuse. the RenderView2 was the name of the var in your stack trace. It is not a magic command. Seb On Thu, Oct 31, 2013 at 10:27 AM, Cook, Rich coo...@llnl.gov wrote

Re: [Paraview] How to export .x3d files from python script?

2013-11-01 Thread Sebastien Jourdain
to follow up on this, and since I am downloading binary releases, there is no such directory for me of course. Where can I find a reference or generate one for the python interface? How do people learn this stuff or explore it? -- Rich On Oct 30, 2013, at 11:36 PM, Sebastien Jourdain

[Paraview] Gatekeeper review

2013-11-02 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: 14367_fix_contour_panel_icon (VTK) paraview-web-client-tests (VTK) pvweb-update-apps (VTK) vtkweb-url-arg-parsing ___ Powered by www.kitware.com Visit other

Re: [Paraview] Error when double-clicked when I work in collaboration

2013-11-05 Thread Sebastien Jourdain
Thanks for sharing the issue. I'll keep that in mind when I'll be able to investigate it. Seb On Tue, Nov 5, 2013 at 6:12 AM, Сергей Дмитриев allrond1...@rambler.ruwrote: This occurs when making double-click (a selection of cells). I looked in the server log file. The last line, at the time

Re: [Paraview] ParaViewWeb Volume Invisibility During Remote Rendering

2013-11-11 Thread Sebastien Jourdain
Hi Den, I don't remember on the top of my head to to change the remote-rendering threshold from python but Utkarsh might know. Regarding your second question, you can certainly do it but you will need to expose that API via a new protocol and have the JavaScript use it in some way. Seb On

Re: [Paraview] Jetty Session Manager deployment and sources

2013-11-12 Thread Sebastien Jourdain
Hi Bogdan, The Session manager code is available here: http://paraview.org/ParaViewSessionManager.git And you should be able to use the set of servlets/classes directly in Tomcat. But remember that our current implementation of the WS forwarding inside Jetty is not the most robust one. You may

Re: [Paraview] Jetty Session Manager - Session time-out and websocket message size

2013-11-12 Thread Sebastien Jourdain
Some recent push in the session manager should have exposed some options regarding the timeout configuration. But regarding the limitation of the web socket payload size, I'm not sure. I think that you are running into issue here as you may try to share a directory (--data-dir) that has too big

Re: [Paraview] Is Glyph filter supported in ParaviewWeb

2013-11-13 Thread Sebastien Jourdain
Hi Amrita, I suppose that you mean inside the Web Visualiser application? If so, the reason was that I only exposed a subset of filters to the UI, but this can be easily extended. Although, I haven't tested if the panel generator was working properly with the glyph filter. To do that, you can

Re: [Paraview] Got a 404 error when test LiveArticles sample

2013-11-14 Thread Sebastien Jourdain
Hi Junyi, That specific sample application expect a session manager to automatically start a new python process for each visualization. If you run an existing web application, you can only load its corresponding web page. Hope that make sense, Seb On Nov 14, 2013, at 21:07, Junyi Han

Re: [Paraview] Got a 404 error when test LiveArticles sample

2013-11-15 Thread Sebastien Jourdain
, Junyi Han 2013/11/15 Sebastien Jourdain sebastien.jourd...@kitware.com Hi Junyi, That specific sample application expect a session manager to automatically start a new python process for each visualization. If you run an existing web application, you can only load its corresponding web page

Re: [Paraview] Procedure to add options in ParaviewWeb

2013-11-15 Thread Sebastien Jourdain
All the selection mechanism is not exposed yet. So in order to use it, you will have to create you own set of protocols (see: src/Web/Python/protocols.py for examples) and write the appropriate Python code to perform the selection. For the key binding (if I understand correctly), you will need to

Re: [Paraview] paraviewweb portability question

2013-11-15 Thread Sebastien Jourdain
Hi Josh, thanks for your feedback evaluation. Sorry for the confusion on the wiki but as you mentioned the text is valid for the latest release but not consistent with git master. I'll do a pass to update it. For the windows package, it is true that we still need to fix the install tree. Will

Re: [Paraview] Got a 404 error when test LiveArticles sample

2013-11-15 Thread Sebastien Jourdain
Do you have a session manager that start automatically the pvpython process for you? Seb On Fri, Nov 15, 2013 at 11:38 AM, Junyi Han demonmer...@gmail.com wrote: Hi, I can't see the can.ex2 shown on the LiveArticles After clicking on the viewport, it turns black with a stencil. But

Re: [Paraview] paraviewweb portability question

2013-11-15 Thread Sebastien Jourdain
://vimeo.com/77824433 step-for-step. It's when I click on the filename that nothing seems to happen in the 3D view. Similarly, when I click the + button and add, say, a sphere nothing seems to happen. Josh On Fri, Nov 15, 2013 at 11:51 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote

Re: [Paraview] paraviewweb portability question

2013-11-15 Thread Sebastien Jourdain
event.preventDefault() instead. On Fri, Nov 15, 2013 at 12:13 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hum, this is weird… What browser are you using? Can you enable the javascript console to see if you notice error? Seb On Fri, Nov 15, 2013 at 12:10 PM, J. Calahan jcala

Re: [Paraview] paraviewweb portability question

2013-11-15 Thread Sebastien Jourdain
12:55:40-0700 [-] Main loop terminated. On Fri, Nov 15, 2013 at 12:47 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Thanks, and no error when you click on the file... All the current error regarding /paraview is related to the fact that it tries to request a new process

Re: [Paraview] Slice widget in Paraview/Web

2013-11-18 Thread Sebastien Jourdain
You may find some hints on how to do that in the following Python file: http://www.paraview.org/gitweb?p=ParaViewWeb.git;a=blob_plain;f=ParaViewAdapter/pwsimple.py;hb=HEAD Seb On Mon, Nov 18, 2013 at 4:05 AM, Albrecht Kyrieleis akyriel...@gmail.comwrote: I am using

Re: [Paraview] Got a 404 error when test LiveArticles sample

2013-11-18 Thread Sebastien Jourdain
: _FileOpener instance has no attribute 'pubHandlers'. Do you have any ideas about this? thanks! 2013/11/15 Sebastien Jourdain sebastien.jourd...@kitware.com Do you have a session manager that start automatically the pvpython process for you? Seb On Fri, Nov 15, 2013 at 11:38 AM, Junyi Han demonmer

Re: [Paraview] Unable to change timesteps in miranda data set!!!

2013-11-19 Thread Sebastien Jourdain
Hi Rich, when you interact with the 3d view and you get back to the time spinner. Can you change the time? To me I've seen some issue with Qt where I was not able to edit any property unless I was interacting with the 3D view first. Seb On Tue, Nov 19, 2013 at 6:23 PM, Cook, Rich

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-11-26 Thread Sebastien Jourdain
The answer is available in that online guide http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/paraviewweb_on_aws_ec2 In this section: pw.factory.proxy.adapter=com.kitware.paraviewweb.external.ApacheModRewriteMapFileConnectionAdapter

Re: [Paraview] Paraview support on jboss

2013-11-27 Thread Sebastien Jourdain
You can re-use the servlets in the Jetty session manager to start new processes, but should rely on a more robust implementation of the WS forwarding. If you can use Apache 2.4+ as a front-end that will be best. Or you can make your own implementation if you want... Seb On Wed, Nov 27, 2013 at

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-02 Thread Sebastien Jourdain
Hi Bogdan, To fix the issue #1, you just need to add a property at the construction of the viewport in order to keep client and server in synch. I don't remember the key/value pair but if you look inside the xxx.webgl.js, you should find out. Moreover, once the JS documentation get regenerated

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-02 Thread Sebastien Jourdain
...@simscale.dewrote: Ah, that should be it. Mine is around 3-4 weeks old. I will recompile it in its entirety, but as a starting point for this particular isue, what needs to be recompiled, or is it just the javascripts that need to be updated? Bogdan On 02.12.2013 18:59, Sebastien Jourdain wrote: Hum

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-03 Thread Sebastien Jourdain
as the PARAVIEW_ENABLE_WEB in ccmake. Have they been deprecated? Kind Regards, Bogdan On 02.12.2013 19:09, Sebastien Jourdain wrote: You can probably download any nightly binary and just get the new www directory with the python code vtk/web/* + paraview/web/*. That might just work

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Sebastien Jourdain
-end all traffic would be channelled through port 443 and the session manager would interact only with it, not with the browser directly. Thanks again for the kind replies! Bogdan On 26.11.2013 17:31, Sebastien Jourdain wrote: The answer is available in that online guide http

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-03 Thread Sebastien Jourdain
configuration, as you recommended. It works now exactly as expected. Thanks for the help! Bogdan On 03.12.2013 15:55, Sebastien Jourdain wrote: Are you using Apache 2.4+ ? There is 2 ways to do web socket forwarding with Apache. http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc

Re: [Paraview] ParaViewWeb - warpbyVector filter missing

2013-12-03 Thread Sebastien Jourdain
The only reason was to only expose a subset of filters, while we were trying the dynamic generation of the UI. Ideally we should be able to expose any filter that ParaView support. But nobody spent enough time to list all the filters that should and should not be exposed. So no reason to not

Re: [Paraview] Session Manager with Apache front-end - session.map

2013-12-05 Thread Sebastien Jourdain
, Sebastien Jourdain wrote: Sorry to catch up so late but the possible reason why it was not working before was the file generated does not have the same format. Seb On Tue, Dec 3, 2013 at 1:07 PM, Bogdan Daqui Herrera bda...@simscale.de mailto:bda...@simscale.de wrote: Hi

[Paraview] Gatekeeper review

2013-12-08 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: (VTK) 14294-calculator-normals-tcoords add-zachs-sensible-default-2d-manipulators patch-mavericks (VTK) pvweb-test-images-to-dashboard - Topics

Re: [Paraview] Attribute Error

2013-12-09 Thread Sebastien Jourdain
Hi Sunil, is it possible that you've enabled some plugin when you recorded your trace that are not present or enabled at the pvbatch execution time? And easy fix could be to remove the line that cause the error. DataRepresentation1.ConstantRadius = 0.10583775824451128 My guess is that

Re: [Paraview] segfault with append data for polyhedron datasets

2014-01-06 Thread Sebastien Jourdain
Hi Paul, thanks for providing the fix. Do you mind pushing that patch to gerrit and adding Utkarsh and I as a reviewer? Thanks, Seb PS: More information can be found here on how to push a patch to gerrit. http://www.vtk.org/Wiki/VTK/Git/Develop On Mon, Jan 6, 2014 at 12:35 PM, Paul Edwards

Re: [Paraview] Status of reload button?

2014-01-14 Thread Sebastien Jourdain
There was a talk about that feature in the mailing list with a work around here: http://paraview.markmail.org/thread/riu2by4yof2m4e5s#query:+page:1+mid:7dg2jctve32oijwe+state:results But some reader do have some optimized internal caching which will prevent this trick to work. But maybe, for the

Re: [Paraview] [EXTERNAL] Re: Status of reload button?

2014-01-14 Thread Sebastien Jourdain
[mailto:paraview-boun...@paraview.org] *On Behalf Of *Sebastien Jourdain *Sent:* Tuesday, January 14, 2014 9:46 AM *To:* Christoph Grüninger *Cc:* paraview@paraview.org *Subject:* [EXTERNAL] Re: [Paraview] Status of reload button? There was a talk about that feature in the mailing list

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-20 Thread Sebastien Jourdain
The web socket forwarding should be handle by Apache at that point and it seems to be done by Jetty? In your jetty configuration, the session URL might not be valid when using Apache as a front-end. Moreover, which Apache setup did you used? 2.4+ like for the EC2 Amazon documentation or the old

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-21 Thread Sebastien Jourdain
attached my 'pw-config.properties' and 'httpd-vhosts.conf' files to this thread. Regards, On Mon, Jan 20, 2014 at 10:26 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: The web socket forwarding should be handle by Apache at that point and it seems to be done by Jetty? In your

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-22 Thread Sebastien Jourdain
attached my 'pw-config.properties' and 'httpd-vhosts.conf' files to this thread. Regards, On Mon, Jan 20, 2014 at 10:26 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: The web socket forwarding should be handle by Apache at that point and it seems to be done by Jetty

Re: [Paraview] Extract Selection using Python

2014-01-27 Thread Sebastien Jourdain
Hi Kyr, 1) The rectangle should show up with master or 4.1 release. 2) The version 4.1 does have a protocol that manage selection, you may want to start looking into that. Seb On Mon, Jan 27, 2014 at 7:18 AM, Albrecht Kyrieleis akyriel...@gmail.comwrote: Hi, I am trying to write a Python

Re: [Paraview] ParaView python in a generic python

2014-02-04 Thread Sebastien Jourdain
Hi Alan, here is the way I do it when I code stuff in Sublime Text and directly execute code within the editor. import sys pv_path = '/Users/seb/work/code/ParaView/build-ninja' sys.path.append('%s/lib' % pv_path) sys.path.append('%s/lib/site-packages' % pv_path) from paraview.simple import *

Re: [Paraview] ParaViewWeb

2014-02-10 Thread Sebastien Jourdain
wondering, does the Paraview server there use the IPython communication channels? PIU In which case I could just: PISU Sorry if I'm being a dunce here! This web technology can get complex :D! Thanks, Ben On Mon, Feb 10, 2014 at 8:12 AM, Sebastien Jourdain

Re: [Paraview] Where is the properties file for ParaViewWeb?

2014-03-13 Thread Sebastien Jourdain
Hi David, The file pw-config.properties is used with the Java version of the launcher. Now with the latest release, we also provide a Python one. = http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/py_launcher Moreover, those configuration files are used to configure a

Re: [Paraview] Adding filters to ParaviewWeb

2014-03-14 Thread Sebastien Jourdain
In order to add filters to the Web Visualizer, you just need to provide the path to a json file that contains the list of the filters and sources you want to expose. --filter /.../path/to/file.json The content of the file should be like that: [{ 'name': 'Cone',

Re: [Paraview] Where is the properties file for ParaViewWeb?

2014-03-14 Thread Sebastien Jourdain
, UK. Renuda registered trade mark. -- *From:* Sebastien Jourdain [sebastien.jourd...@kitware.com] *Sent:* 14 March 2014 04:02 *To:* David Torres *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] Where is the properties file for ParaViewWeb? Hi David

Re: [Paraview] Adding filters to ParaviewWeb

2014-03-14 Thread Sebastien Jourdain
it calls the web visualizer python file? 2) Where are the implementation files related to the available filters in the visualizer? For example, where is StreamTracer filter python file? Cheers, Arya On Fri, Mar 14, 2014 at 8:07 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote

Re: [Paraview] Where is the properties file for ParaViewWeb?

2014-03-14 Thread Sebastien Jourdain
Renuda UK is registered in England and Wales. Company number 6218863. VAT registration number 918 6490 91. Registered office: 35 Charleville Road, London W14 9JJ, UK. Renuda registered trade mark. -- *From:* Sebastien Jourdain [sebastien.jourd

Re: [Paraview] Adding filters to ParaviewWeb

2014-03-14 Thread Sebastien Jourdain
at 11:44 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: 1) Yes 2) There is no file. Just put the name of the filter that appears in the Python trace. Seb On Fri, Mar 14, 2014 at 10:59 AM, Arya Mazaheri arya...@gmail.comwrote: Thanks for your reply. A few questions though

Re: [Paraview] Zoom support in ParaviewWeb

2014-03-14 Thread Sebastien Jourdain
Zoom and Pan are still available. Right click + up/down. Like before. On Fri, Mar 14, 2014 at 2:35 PM, Arya Mazaheri arya...@gmail.com wrote: Hi, I'm wondering why there is no zoom support available in ParaviewWeb. I vividly remember that in previous versions we could zoom through objects.

Re: [Paraview] What is the performance bottleneck in ParaViewWeb?

2014-03-17 Thread Sebastien Jourdain
. From: Sebastien Jourdain [sebastien.jourd...@kitware.com] Sent: 14 March 2014 20:22 To: David Torres Cc: paraview@paraview.org Subject: Re: [Paraview] Where is the properties file for ParaViewWeb? Are you trying directly on the machine that act as the server, or using a remote client

Re: [Paraview] What is the performance bottleneck in ParaViewWeb?

2014-03-17 Thread Sebastien Jourdain
number 918 6490 91. Registered office: 35 Charleville Road, London W14 9JJ, UK. Renuda registered trade mark. -- *From:* Sebastien Jourdain [sebastien.jourd...@kitware.com] *Sent:* 17 March 2014 15:07 *To:* David Torres *Subject:* Re: What is the performance

[Paraview] VTK/ParaView course in Santa Fe, NM

2014-03-17 Thread Sebastien Jourdain
Kitware is hosting a VTK-ParaView training course in Santa Fe, NM. The two-day course will be held from May 14 to May 15, 2014 and taught by Sebastien Jourdain. The course will present tutorials and exercises to mix theory and application. Using a practical oriented methodology, attendees

Re: [Paraview] Animated Data - paraview --multi-servers

2014-03-27 Thread Sebastien Jourdain
The multi-server option just allow you to control one at a time. But both can show up properly in the pipeline browser. Why do you want to use 2 pvserver? Seb On Thu, Mar 27, 2014 at 3:22 PM, Léo Pessanha leonardopessanh...@gmail.comwrote: Hi, i believe my question is simple I`ve set up 2

Re: [Paraview] Animated Data - paraview --multi-servers

2014-03-28 Thread Sebastien Jourdain
-27 20:27 GMT-03:00 Sebastien Jourdain sebastien.jourd...@kitware.com: The multi-server option just allow you to control one at a time. But both can show up properly in the pipeline browser. Why do you want to use 2 pvserver? Seb On Thu, Mar 27, 2014 at 3:22 PM, Léo Pessanha

[Paraview] VTK/ParaView course in Santa Fe, NM

2014-03-31 Thread Sebastien Jourdain
Kitware is hosting a VTK-ParaView training course in Santa Fe, NM. The two-day course will be held from May 14 to May 15, 2014 and taught by Sebastien Jourdain.The course will present tutorials and exercises to mix theory and application. Using a practical oriented methodology, attendees will

Re: [Paraview] Paraview web visualizer does not run

2014-04-01 Thread Sebastien Jourdain
Hi Daniel, Sorry one of the file to download changed its name. I've just fixed the script and uploaded a new version. If you download the new one, that should just work. Thanks, Seb PS: Give me 5 more minutes to make sure everything works. On Mon, Mar 31, 2014 at 2:59 PM, Daniel Zuidinga

Re: [Paraview] Paraview web

2014-04-01 Thread Sebastien Jourdain
Should be back on now. The issue come from our launcher that prevent too many concurrent session to be on. Unfortunately after a while, it prevent any new visualization to start. Seb On Tue, Apr 1, 2014 at 5:36 AM, Daniel Zuidinga i...@seoaachen.de wrote: Hello, is anywhere a working

Re: [Paraview] Apache Front-end not working: java.net.ConnectException: Connection refused

2014-04-16 Thread Sebastien Jourdain
First of all, if you are using apache as a front-end, you should connect on port 80 not 9000. Otherwise, that means that you are using Jetty as your web server not apache. Moreover, you've asked Jetty to tell the client to connect to viz.local which is supposed to be the exact same URL that you

Re: [Paraview] Apache Front-end not working: java.net.ConnectException: Connection refused

2014-04-18 Thread Sebastien Jourdain
. Thank you for your patient ! Kai On Thursday, April 17, 2014 1:11 AM, Sebastien Jourdain

[Paraview] VTK/ParaView course in Santa Fe, NM

2014-04-18 Thread Sebastien Jourdain
Kitware is hosting a VTK-ParaView training course in Santa Fe, NM. The two-day course will be held from May 14 to May 15, 2014 and taught by Sebastien Jourdain.The course will present tutorials and exercises to mix theory and application. Using a practical oriented methodology, attendees will

Re: [Paraview] Apache Front-end not working: java.net.ConnectException: Connection refused

2014-04-19 Thread Sebastien Jourdain
! Kai On Friday, April 18, 2014 10:58 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Kai, both apache and jetty are a web server, and you can only have one process using the port 80. So if you want apache to be the web server, you need jetty to pick

Re: [Paraview] Apache Front-end not working: java.net.ConnectException: Connection refused

2014-04-22 Thread Sebastien Jourdain
going to post the new doc on this page http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/ once you have it ready? Do you know when you might have it ready by any chance? Thank you! Kai On Saturday, April 19, 2014 4:04 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: I

[Paraview] ANN: ParaView GateKeeper Review Summary

2014-04-24 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: fix-Use-raw-strings-to-prevent-escaping fix_transpose_table make_tracers_a_separate_output pvweb-add-widget-support pvweb-webgl-center-of-rotation

Re: [Paraview] problems building superbuild

2014-04-30 Thread Sebastien Jourdain
Hi Brock, make sure that ENABLE_cosmotools is OFF. That is the only thing that depends on generic_io. If you turned it ON once, you may need to delete your build tree and start again from scratch. If that is not the solution, we will need to digg more and figure out why generic_io was pulled

Re: [Paraview] documentation for python scripting

2014-05-02 Thread Sebastien Jourdain
dir(x3dExporter.SMProxy) Methods not found on the Wrapped proxy are then forwarded to the real proxy instance that is held by the SMProxy field. Moreover, here is the link to the ParaView/Python documentation. http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/index.html Seb On Fri,

Re: [Paraview] problems building superbuild

2014-05-02 Thread Sebastien Jourdain
Computing XSEDE Campus Champion bro...@umich.edu (734)936-1985 On Apr 30, 2014, at 4:42 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Brock, make sure that ENABLE_cosmotools is OFF. That is the only thing that depends on generic_io. If you turned it ON once, you may

Re: [Paraview] problems building superbuild

2014-05-05 Thread Sebastien Jourdain
/~brockp CAEN Advanced Computing XSEDE Campus Champion bro...@umich.edu (734)936-1985 On May 5, 2014, at 11:46 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Also is there anyway to run ccmake in the paraview-build directory and have it use all the options from

Re: [Paraview] Problem compiling NIFTI reader/writer

2014-05-07 Thread Sebastien Jourdain
A patch has been pushed/merged to VTK/master but ParaView did not catch it up yet. To fix it, you can add vtkzlib inside the pivate_depends of the VTK/IO/Image/module.cmake Seb On Wed, May 7, 2014 at 5:31 PM, Moreland, Kenneth kmo...@sandia.gov wrote: I'm trying to compile the latest

Re: [Paraview] Paraview Web does not work and/or is slow

2014-05-12 Thread Sebastien Jourdain
The server is in US, so I believe that's the in-between connection that is slow. Seb On Mon, May 12, 2014 at 9:43 AM, Daniel Zuidinga i...@seoaachen.de wrote: http://pvw.kitware.com/apps/Visualizer/ Does not work for me at the moment. When it does work it is always very slow (also with

Re: [Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Sebastien Jourdain
Hi Daniel, I would suggest to handle the data-dir argument inside a shell script that will then depend on the user. So instead of running a pvpython command line you run your custom script command line. BTW, Ben the payload example given come from the documentation and are given for example

Re: [Paraview] Apache Front-end not working: java.net.ConnectException: Connection refused

2014-05-20 Thread Sebastien Jourdain
Here is the version that I wrote: http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/ubuntu_14_04 On Tue, Apr 22, 2014 at 8:59 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Yes that is my plan, but I don't know when I'll get a chance to do it. (couple

Re: [Paraview] [Paraview-developers] adding Layout tab with python?

2014-05-21 Thread Sebastien Jourdain
Some information can be found here: http://www.paraview.org/Wiki/ParaView/Python_Scripting#Updating_View_Layout On Wed, May 21, 2014 at 3:19 PM, Joshua Murphy joshua.mur...@lasp.colorado.edu wrote: Hello, Is there a way to create a new layout tab from within Python? Tracing the action

Re: [Paraview] ParaviewWeb Multiuser

2014-05-26 Thread Sebastien Jourdain
, schrieb Sebastien Jourdain: Hi Daniel, I would suggest to handle the data-dir argument inside a shell script that will then depend on the user. So instead of running a pvpython command line you run your custom script command line. BTW, Ben the payload example given come from the documentation

Re: [Paraview] ParaviewWeb with a pvserver and a desktop client

2014-05-29 Thread Sebastien Jourdain
Hi Luc, if you want to have collaboration to work with a ParaViewWeb server as client, you will need to enable the processing of the remote/server message queue on the ParaView Web python part. I've never tried your setup but I'll give a try to see if I can get that working. But for sure you

Re: [Paraview] Fwd: OpenGL error

2014-06-03 Thread Sebastien Jourdain
I believe there is a limitation of your graphic card or OpenGL driver. To pass that issue, you need to disable Depth peeling in the settings. Seb On Tue, Jun 3, 2014 at 2:16 AM, Hedieh Ebrahimi hedieh.ebrah...@amphos21.com wrote: Hello, I have a question. I am using ParaView version 4.1.

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Hi Daniele, can you share what your script look like? Seb On Thu, Jun 5, 2014 at 1:56 AM, Daniele Obiso daniele.ob...@phitecingegneria.it wrote: Hi All, i'm writing here because i would understand better the functionality of pvbatch in Paraview. At moment i'm able to run Paraview in

<    1   2   3   4   5   6   >