Re: [Paraview] ParaViewWeb and multiple windows

2018-05-14 Thread Sgouros, Thomas
Great, thank you.

 -Tom

On Mon, May 14, 2018 at 7:49 AM, Sebastien Jourdain <
sebastien.jourd...@kitware.com> wrote:

> // Client viewId setup
> https://github.com/Kitware/divvy/blob/master/Sources/
> scatterPlotManager.js#L135-L138
>
> // Client / server ID exchange
> https://github.com/Kitware/divvy/blob/master/Sources/
> scatterPlotManager.js#L78-L83
> https://github.com/Kitware/divvy/blob/master/Server/
> scatterplotProtocol.py#L552-L556
>
> On Mon, May 14, 2018 at 8:07 AM Sgouros, Thomas 
> wrote:
>
>> Great, thank you. Do you have an example of how to use it on the client
>> side?
>>
>> Thanks,
>>
>>  -Tom
>>
>> On Sun, May 13, 2018 at 5:51 PM, Sebastien Jourdain <
>> sebastien.jourd...@kitware.com> wrote:
>>
>>> You should set the viewId to the VtkRenderer based on which view from
>>> the server you want to be bound to.
>>> To retrieve the view Id on the server side, just call on the python
>>> side.
>>>
>>> view.GetGlobalDAsString()
>>>
>>> I may have small typo for the method name, but in either case the number
>>> you want is the "GlobalID".
>>>
>>> HTH,
>>>
>>> Seb
>>>
>>> On Fri, May 11, 2018 at 4:47 PM Sgouros, Thomas <
>>> thomas_sgou...@brown.edu> wrote:
>>>
 Hi All:

 I have a ParaViewWeb application going with a pvpython back end, and it
 looks great. I want to show views of multiple datasets in it now. I gather
 that the layout() methods are not supported in pvpython, so I have to use
 separate windows.

 I'm creating the render window on the client with this:

 const renderer = VtkRenderer.newInstance({ client: model.pvwClient });

 I can certainly create two such renderer objects, but I don't see how
 to link the Render on my pvpython server to one or the other of the
 client's renderer objects.

 I assume I've been using some default behavior where my Show() and
 Update() commands get sent to the one renderer, but how do I direct them to
 one or the other?

 Thank you,

  -Tom

 ___
 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:
 https://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:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXTERNAL] Re: pvtm file format

2018-05-14 Thread Andy Bauer
The .pvtm is the same as the .vtm file, just a redundant file extension.
Really, the .vtm format is parallel/partition aware where as the other .vt*
extensions have a partitioned .pvt* format.

I'm a bit surprised that PV doesn't associate the .pvtm file with
multiblock datasets. If you try to read in a .pvtm file though you just
need to properly associate it with the XML multiblock data reader.

On Mon, May 14, 2018 at 9:14 PM Scott, W Alan via ParaView <
paraview@public.kitware.com> wrote:

> I’ve never heard of these files either.  From my user:
>
>
>
>
>
> I am writing planes of data in parallel with XMLMultiBlockWriter and it is
> generating *pvtm files.  However, paraview doesn’t seem to support this
> file format for reading?  I am trying to visualize the results and I can
> read the individual *vtp files, but it doesn’t accept the parallel file.
>
>
>
> Then:
>
>
>
> I will try to put something together for you soon.  I am writing this
> dataset from a slice while running catalyst.  I found a work around by
> using the MergeBlocks filter on the slice and then dumping that as an
> unstructured grid via XMLPUnstructuredGridWriter.
>
>
>
> Back to me.
>
>
>
> “.  I am writing this dataset from a slice while running catalyst.”  So, I
> figured I would start by asking if this is a Catalyst/ ParaView/ VTK file
> format (that I had never heard of)...I have asked user for a dataset.
>
>
>
> Thanks,
>
>
>
> Alan
>
>
>
>
>
> *From:* Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com]
> *Sent:* Monday, May 14, 2018 7:08 PM
> *To:* Scott, W Alan 
> *Cc:* ParaView 
> *Subject:* [EXTERNAL] Re: [Paraview] pvtm file format
>
>
>
> I am not sure. A quick grep through the code in ParaView/VTK doesn't yield
> a hit. What's the context in which you encountered this?
>
>
>
> Utkarsh
>
>
>
> On Mon, May 14, 2018 at 9:05 PM Scott, W Alan via ParaView <
> paraview@public.kitware.com> wrote:
>
> What is a .pvtm file?  How can I make one with sources?
>
>
>
> Thanks,
>
>
>
> Alan
>
>
>
> 
>
> W. Alan Scott
>
> ParaView Support Manager
>
>
>
> SAIC
>
> Sandia National Laboratories, MS 0807
>
> Org 9326 - Building 880 A1-K
>
> (505) 284-0932   FAX (505) 284-5619
>
>
>
> “When the facts change, I change my mind. What do you do, sir?”
>
> John Maynard Keynes
>
>
>
> -
>
>
>
> ___
> 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:
> https://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:
> https://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:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview display issue on Windows

2018-05-14 Thread Zhu Junxi
Hello Cory,

I checked the system path on my computer and I couldn't find anything
related to Qt. I even tried removing Matlab-related entries but it didn't
work either. Is there anything else that I could try?

Best,
Junxi

On Mon, May 14, 2018 at 10:50 AM Cory Quammen 
wrote:

> On Fri, May 11, 2018 at 1:52 PM Zhu Junxi  wrote:
>
>> Hello Cory,
>>
>> I tried a bunch of different versions and found out that those with Qt5
>> does not work while those with Qt4 looks fine (i.e., v5.3 and above does
>> not work, the latest version that works is v5.2.0 with Qt4). It seems that
>> it has something to do with the Qt5. I am wondering if other users are
>> experiencing similar issues with Qt5?
>>
>
> Thanks for checking all the versions. We have run into some issues with
> Qt5, but I had thought we worked through most of them. This is the first
> we've encountered with completely transparent render windows and
> translucent UI, hence I was wondering if there was something unique on your
> system that modified the graphics environment.
>
>
>> As for add-ons, do you have a list of specific add-ons that you are
>> particularly suspicious of? My desktop has a bunch of software installed
>> but they are either work-related (e.g., Matlab) or seemingly harmless
>> (e.g., steam). BTW, I don't have Nahimic sound driver, which I saw other
>> people reporting messing up with Qt.
>>
>
> Unfortunately, I do not. We have steam installed on some systems that run
> ParaView just fine, so I would be surprised if that were the cause. You
> could always try removing steam and seeing if ParaView versions 5.2+ work,
> but that may be more than you want to do.
>
> You mentioned you have Matlab installed. I believe Matlab ships with Qt
> and it may have put its Qt location in your system PATH environment
> variable. Try removing (or modifying) your system PATH environment variable
> so that ParaView won't find Matlab's Qt instead of the Qt version ParaView
> ships with. Some folks have run into this problem in the past and modifying
> the PATH was the solution.
>
> Thanks,
> Cory
>
>
>>
>> Best,
>> Junxi
>>
>> On Thu, May 10, 2018 at 8:36 PM Cory Quammen 
>> wrote:
>>
>>> On Thu, May 10, 2018 at 11:40 AM Zhu Junxi 
>>> wrote:
>>>
 Hello Cory,

 Thank you for such a quick reply. I checked the OpenGL entries and it
 is indeed using the NVIDIA video card. The OpenGL renderer is listed as
 GeForce GTX1080/PCIe/SSE2. I search online and although people say my
 i7-6700k processor has a built-in 530 graphics card, I do not see it in the
 device manager somehow..

>>>
>>> Okay, thanks for checking. We have encountered a number of issues with
>>> Intel graphics in the last year or so, but driver updates have mainly
>>> resolved most of them. That doesn't seem to be the concern here, though.
>>>
>>>
 I have also tried the NVIDIA control panel. I did not find the High
 performance NVIDIA processer you mentioned in the global settings, but I
 did change the OpenGL renderer to GTX1080.

>>>
>>> That should ensure you are using the GTX1080, but it looks like ParaView
>>> already was using it.
>>>
>>>
 However, Paraview still cannot display correctly after applying the
 changes (so does the 3D Slicer). I am wondering if you need any system logs
 to diagnose this issue and I would be happy to provide them.

>>>
>>> I can't think of any system logs that would help. But there are a couple
>>> things you could try.
>>>
>>> 1). Install an older version of ParaView and see if that works. If it
>>> does, that will help us narrow down possible reasons for the transparency
>>> you are using. ParaView 4.4 would be a good one to try:
>>> https://www.paraview.org/download/
>>>
>>> 2). Do you have any add-ons to Windows installed that modify the window
>>> system in some way? If so, try disabling or uninstalling those.
>>>
>>> Thanks, and sorry for the trouble.
>>>
>>> Cory
>>>
>>>
 Best,
 Junxi

 On Thu, May 10, 2018 at 11:22 AM Cory Quammen 
 wrote:

> Junxi,
>
> Does your system also have an Intel video chip that it may be using?
> If so, ParaView may not be using your NVIDIA driver. You can check by 
> going
> to the Help -> About ParaView menu item. What do the Open GL entries say?
>
> To ensure ParaView is using your NVIDIA card, you can try going to
> the NVIDIA control panel. Under 3D Settings in the panel on the left, 
> click
> on "Manage 3D settings". On the right side, click on the "Global Settings"
> tab. Make sure "High-performance NVIDIA processor" is selected. Apply
> the changes, then run ParaView again to see if the problem is
> resolved.
>
> Hope that helps,
> Cory
>
> On Thu, May 10, 2018 at 10:38 AM Zhu Junxi 
> wrote:

Re: [Paraview] [EXTERNAL] Re: pvtm file format

2018-05-14 Thread Scott, W Alan via ParaView
I’ve never heard of these files either.  From my user:




I am writing planes of data in parallel with XMLMultiBlockWriter and it is 
generating *pvtm files.  However, paraview doesn’t seem to support this file 
format for reading?  I am trying to visualize the results and I can read the 
individual *vtp files, but it doesn’t accept the parallel file.

Then:


I will try to put something together for you soon.  I am writing this dataset 
from a slice while running catalyst.  I found a work around by using the 
MergeBlocks filter on the slice and then dumping that as an unstructured grid 
via XMLPUnstructuredGridWriter.

Back to me.

“.  I am writing this dataset from a slice while running catalyst.”  So, I 
figured I would start by asking if this is a Catalyst/ ParaView/ VTK file 
format (that I had never heard of)...I have asked user for a dataset.

Thanks,

Alan


From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com]
Sent: Monday, May 14, 2018 7:08 PM
To: Scott, W Alan 
Cc: ParaView 
Subject: [EXTERNAL] Re: [Paraview] pvtm file format

I am not sure. A quick grep through the code in ParaView/VTK doesn't yield a 
hit. What's the context in which you encountered this?

Utkarsh

On Mon, May 14, 2018 at 9:05 PM Scott, W Alan via ParaView 
> wrote:
What is a .pvtm file?  How can I make one with sources?

Thanks,

Alan


W. Alan Scott
ParaView Support Manager

SAIC
Sandia National Laboratories, MS 0807
Org 9326 - Building 880 A1-K
(505) 284-0932   FAX (505) 284-5619

“When the facts change, I change my mind. What do you do, sir?”
John Maynard Keynes

-

___
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:
https://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:
https://public.kitware.com/mailman/listinfo/paraview


[Paraview] pvtm file format

2018-05-14 Thread Scott, W Alan via ParaView
What is a .pvtm file?  How can I make one with sources?

Thanks,

Alan


W. Alan Scott
ParaView Support Manager

SAIC
Sandia National Laboratories, MS 0807
Org 9326 - Building 880 A1-K
(505) 284-0932   FAX (505) 284-5619

"When the facts change, I change my mind. What do you do, sir?"
John Maynard Keynes

-

___
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:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] -EXT-Re: Paraview display issue on Windows

2018-05-14 Thread Utkarsh Ayachit
I  suspect all these issues relate to QOpenGLWidget related changes to
ParaView. We are working on a update to rework that change, it would be
worth trying out the nightly binaries once those changes get merged in.

FYI the work is happening here:
https://gitlab.kitware.com/paraview/paraview/merge_requests/2117

On Mon, May 14, 2018 at 12:10 PM Kratz, Robert  wrote:

> Hello,

> Have the same problems here, 5.2 works fine, 5.5 not.



> The proposed remedies don’t work on my machine.



> I have windows 7, NVIDIA Quadro K2200 with latest drivers.



> Matlab was never installed; in my path I cannot find any reference to Qt
(?)



> Best regards,

> Robert





> From: ParaView [mailto:paraview-boun...@public.kitware.com] On Behalf Of
Cory Quammen
> Sent: 14 May, 2018 07:50
> To: 朱君玺 
> Cc: paraview@public.kitware.com
> Subject: -EXT-Re: [Paraview] Paraview display issue on Windows



> On Fri, May 11, 2018 at 1:52 PM Zhu Junxi  wrote:

> Hello Cory,



> I tried a bunch of different versions and found out that those with Qt5
does not work while those with Qt4 looks fine (i.e., v5.3 and above does
not work, the latest version that works is v5.2.0 with Qt4). It seems that
it has something to do with the Qt5. I am wondering if other users are
experiencing similar issues with Qt5?



> Thanks for checking all the versions. We have run into some issues with
Qt5, but I had thought we worked through most of them. This is the first
we've encountered with completely transparent render windows and
translucent UI, hence I was wondering if there was something unique on your
system that modified the graphics environment.



> As for add-ons, do you have a list of specific add-ons that you are
particularly suspicious of? My desktop has a bunch of software installed
but they are either work-related (e.g., Matlab) or seemingly harmless
(e.g., steam). BTW, I don't have Nahimic sound driver, which I saw other
people reporting messing up with Qt.



> Unfortunately, I do not. We have steam installed on some systems that run
ParaView just fine, so I would be surprised if that were the cause. You
could always try removing steam and seeing if ParaView versions 5.2+ work,
but that may be more than you want to do.



> You mentioned you have Matlab installed. I believe Matlab ships with Qt
and it may have put its Qt location in your system PATH environment
variable. Try removing (or modifying) your system PATH environment variable
so that ParaView won't find Matlab's Qt instead of the Qt version ParaView
ships with. Some folks have run into this problem in the past and modifying
the PATH was the solution.



> Thanks,

> Cory





> Best,

> Junxi



> On Thu, May 10, 2018 at 8:36 PM Cory Quammen 
wrote:

> On Thu, May 10, 2018 at 11:40 AM Zhu Junxi 
wrote:

> Hello Cory,



> Thank you for such a quick reply. I checked the OpenGL entries and it is
indeed using the NVIDIA video card. The OpenGL renderer is listed as
GeForce GTX1080/PCIe/SSE2. I search online and although people say my
i7-6700k processor has a built-in 530 graphics card, I do not see it in the
device manager somehow..



> Okay, thanks for checking. We have encountered a number of issues with
Intel graphics in the last year or so, but driver updates have mainly
resolved most of them. That doesn't seem to be the concern here, though.



> I have also tried the NVIDIA control panel. I did not find the High
performance NVIDIA processer you mentioned in the global settings, but I
did change the OpenGL renderer to GTX1080.



> That should ensure you are using the GTX1080, but it looks like ParaView
already was using it.



> However, Paraview still cannot display correctly after applying the
changes (so does the 3D Slicer). I am wondering if you need any system logs
to diagnose this issue and I would be happy to provide them.



> I can't think of any system logs that would help. But there are a couple
things you could try.



> 1). Install an older version of ParaView and see if that works. If it
does, that will help us narrow down possible reasons for the transparency
you are using. ParaView 4.4 would be a good one to try:
https://www.paraview.org/download/



> 2). Do you have any add-ons to Windows installed that modify the window
system in some way? If so, try disabling or uninstalling those.



> Thanks, and sorry for the trouble.



> Cory





> Best,

> Junxi



> On Thu, May 10, 2018 at 11:22 AM Cory Quammen 
wrote:

> Junxi,



> Does your system also have an Intel video chip that it may be using? If
so, ParaView may not be using your NVIDIA driver. You can check by going to
the Help -> About ParaView menu item. What do the Open GL entries say?



> To ensure ParaView is using your NVIDIA card, you can try going to the
NVIDIA control panel. Under 3D Settings in the panel on the left, click on
"Manage 3D 

Re: [Paraview] -EXT-Re: Paraview display issue on Windows

2018-05-14 Thread Kratz, Robert
Hello,
Have the same problems here, 5.2 works fine, 5.5 not.

The proposed remedies don’t work on my machine.

I have windows 7, NVIDIA Quadro K2200 with latest drivers.

Matlab was never installed; in my path I cannot find any reference to Qt (?)

Best regards,
Robert


From: ParaView [mailto:paraview-boun...@public.kitware.com] On Behalf Of Cory 
Quammen
Sent: 14 May, 2018 07:50
To: 朱君玺 
Cc: paraview@public.kitware.com
Subject: -EXT-Re: [Paraview] Paraview display issue on Windows

On Fri, May 11, 2018 at 1:52 PM Zhu Junxi 
> wrote:
Hello Cory,

I tried a bunch of different versions and found out that those with Qt5 does 
not work while those with Qt4 looks fine (i.e., v5.3 and above does not work, 
the latest version that works is v5.2.0 with Qt4). It seems that it has 
something to do with the Qt5. I am wondering if other users are experiencing 
similar issues with Qt5?

Thanks for checking all the versions. We have run into some issues with Qt5, 
but I had thought we worked through most of them. This is the first we've 
encountered with completely transparent render windows and translucent UI, 
hence I was wondering if there was something unique on your system that 
modified the graphics environment.

As for add-ons, do you have a list of specific add-ons that you are 
particularly suspicious of? My desktop has a bunch of software installed but 
they are either work-related (e.g., Matlab) or seemingly harmless (e.g., 
steam). BTW, I don't have Nahimic sound driver, which I saw other people 
reporting messing up with Qt.

Unfortunately, I do not. We have steam installed on some systems that run 
ParaView just fine, so I would be surprised if that were the cause. You could 
always try removing steam and seeing if ParaView versions 5.2+ work, but that 
may be more than you want to do.

You mentioned you have Matlab installed. I believe Matlab ships with Qt and it 
may have put its Qt location in your system PATH environment variable. Try 
removing (or modifying) your system PATH environment variable so that ParaView 
won't find Matlab's Qt instead of the Qt version ParaView ships with. Some 
folks have run into this problem in the past and modifying the PATH was the 
solution.

Thanks,
Cory


Best,
Junxi

On Thu, May 10, 2018 at 8:36 PM Cory Quammen 
> wrote:
On Thu, May 10, 2018 at 11:40 AM Zhu Junxi 
> wrote:
Hello Cory,

Thank you for such a quick reply. I checked the OpenGL entries and it is indeed 
using the NVIDIA video card. The OpenGL renderer is listed as GeForce 
GTX1080/PCIe/SSE2. I search online and although people say my i7-6700k 
processor has a built-in 530 graphics card, I do not see it in the device 
manager somehow..

Okay, thanks for checking. We have encountered a number of issues with Intel 
graphics in the last year or so, but driver updates have mainly resolved most 
of them. That doesn't seem to be the concern here, though.

I have also tried the NVIDIA control panel. I did not find the High performance 
NVIDIA processer you mentioned in the global settings, but I did change the 
OpenGL renderer to GTX1080.

That should ensure you are using the GTX1080, but it looks like ParaView 
already was using it.

However, Paraview still cannot display correctly after applying the changes (so 
does the 3D Slicer). I am wondering if you need any system logs to diagnose 
this issue and I would be happy to provide them.

I can't think of any system logs that would help. But there are a couple things 
you could try.

1). Install an older version of ParaView and see if that works. If it does, 
that will help us narrow down possible reasons for the transparency you are 
using. ParaView 4.4 would be a good one to try: 
https://www.paraview.org/download/

2). Do you have any add-ons to Windows installed that modify the window system 
in some way? If so, try disabling or uninstalling those.

Thanks, and sorry for the trouble.

Cory


Best,
Junxi

On Thu, May 10, 2018 at 11:22 AM Cory Quammen 
> wrote:
Junxi,

Does your system also have an Intel video chip that it may be using? If so, 
ParaView may not be using your NVIDIA driver. You can check by going to the 
Help -> About ParaView menu item. What do the Open GL entries say?

To ensure ParaView is using your NVIDIA card, you can try going to the NVIDIA 
control panel. Under 3D Settings in the panel on the left, click on "Manage 3D 
settings". On the right side, click on the "Global Settings" tab. Make sure 
"High-performance NVIDIA processor" is selected. Apply the changes, then run 
ParaView again to see if the problem is resolved.

Hope that helps,
Cory

On Thu, May 10, 2018 at 10:38 AM Zhu Junxi 
> wrote:
Hello everyone,

I am referred to 

Re: [Paraview] Paraview display issue on Windows

2018-05-14 Thread Cory Quammen
On Fri, May 11, 2018 at 1:52 PM Zhu Junxi  wrote:

> Hello Cory,
>
> I tried a bunch of different versions and found out that those with Qt5
> does not work while those with Qt4 looks fine (i.e., v5.3 and above does
> not work, the latest version that works is v5.2.0 with Qt4). It seems that
> it has something to do with the Qt5. I am wondering if other users are
> experiencing similar issues with Qt5?
>

Thanks for checking all the versions. We have run into some issues with
Qt5, but I had thought we worked through most of them. This is the first
we've encountered with completely transparent render windows and
translucent UI, hence I was wondering if there was something unique on your
system that modified the graphics environment.


> As for add-ons, do you have a list of specific add-ons that you are
> particularly suspicious of? My desktop has a bunch of software installed
> but they are either work-related (e.g., Matlab) or seemingly harmless
> (e.g., steam). BTW, I don't have Nahimic sound driver, which I saw other
> people reporting messing up with Qt.
>

Unfortunately, I do not. We have steam installed on some systems that run
ParaView just fine, so I would be surprised if that were the cause. You
could always try removing steam and seeing if ParaView versions 5.2+ work,
but that may be more than you want to do.

You mentioned you have Matlab installed. I believe Matlab ships with Qt and
it may have put its Qt location in your system PATH environment variable.
Try removing (or modifying) your system PATH environment variable so that
ParaView won't find Matlab's Qt instead of the Qt version ParaView ships
with. Some folks have run into this problem in the past and modifying the
PATH was the solution.

Thanks,
Cory


>
> Best,
> Junxi
>
> On Thu, May 10, 2018 at 8:36 PM Cory Quammen 
> wrote:
>
>> On Thu, May 10, 2018 at 11:40 AM Zhu Junxi 
>> wrote:
>>
>>> Hello Cory,
>>>
>>> Thank you for such a quick reply. I checked the OpenGL entries and it is
>>> indeed using the NVIDIA video card. The OpenGL renderer is listed as
>>> GeForce GTX1080/PCIe/SSE2. I search online and although people say my
>>> i7-6700k processor has a built-in 530 graphics card, I do not see it in the
>>> device manager somehow..
>>>
>>
>> Okay, thanks for checking. We have encountered a number of issues with
>> Intel graphics in the last year or so, but driver updates have mainly
>> resolved most of them. That doesn't seem to be the concern here, though.
>>
>>
>>> I have also tried the NVIDIA control panel. I did not find the High
>>> performance NVIDIA processer you mentioned in the global settings, but I
>>> did change the OpenGL renderer to GTX1080.
>>>
>>
>> That should ensure you are using the GTX1080, but it looks like ParaView
>> already was using it.
>>
>>
>>> However, Paraview still cannot display correctly after applying the
>>> changes (so does the 3D Slicer). I am wondering if you need any system logs
>>> to diagnose this issue and I would be happy to provide them.
>>>
>>
>> I can't think of any system logs that would help. But there are a couple
>> things you could try.
>>
>> 1). Install an older version of ParaView and see if that works. If it
>> does, that will help us narrow down possible reasons for the transparency
>> you are using. ParaView 4.4 would be a good one to try:
>> https://www.paraview.org/download/
>>
>> 2). Do you have any add-ons to Windows installed that modify the window
>> system in some way? If so, try disabling or uninstalling those.
>>
>> Thanks, and sorry for the trouble.
>>
>> Cory
>>
>>
>>> Best,
>>> Junxi
>>>
>>> On Thu, May 10, 2018 at 11:22 AM Cory Quammen 
>>> wrote:
>>>
 Junxi,

 Does your system also have an Intel video chip that it may be using? If
 so, ParaView may not be using your NVIDIA driver. You can check by going to
 the Help -> About ParaView menu item. What do the Open GL entries say?

 To ensure ParaView is using your NVIDIA card, you can try going to the
 NVIDIA control panel. Under 3D Settings in the panel on the left, click
 on "Manage 3D settings". On the right side, click on the "Global Settings"
 tab. Make sure "High-performance NVIDIA processor" is selected. Apply
 the changes, then run ParaView again to see if the problem is resolved.

 Hope that helps,
 Cory

 On Thu, May 10, 2018 at 10:38 AM Zhu Junxi 
 wrote:

> Hello everyone,
>
> I am referred to this mailing list by a developer at the 3D Slicer
> forum. I installed the Paraview v5.5 (and nightly build of 3D Slicer) and
> both suffered from the same display issue, i.e., the interface of the
> software looks semi-transparent, please see attached picture (in case the
> picture does not show correctly, here is the dropbox link to it:
> 

Re: [Paraview] ParaViewWeb and multiple windows

2018-05-14 Thread Sebastien Jourdain
// Client viewId setup
https://github.com/Kitware/divvy/blob/master/Sources/scatterPlotManager.js#L135-L138

// Client / server ID exchange
https://github.com/Kitware/divvy/blob/master/Sources/scatterPlotManager.js#L78-L83
https://github.com/Kitware/divvy/blob/master/Server/scatterplotProtocol.py#L552-L556

On Mon, May 14, 2018 at 8:07 AM Sgouros, Thomas 
wrote:

> Great, thank you. Do you have an example of how to use it on the client
> side?
>
> Thanks,
>
>  -Tom
>
> On Sun, May 13, 2018 at 5:51 PM, Sebastien Jourdain <
> sebastien.jourd...@kitware.com> wrote:
>
>> You should set the viewId to the VtkRenderer based on which view from the
>> server you want to be bound to.
>> To retrieve the view Id on the server side, just call on the python side.
>>
>> view.GetGlobalDAsString()
>>
>> I may have small typo for the method name, but in either case the number
>> you want is the "GlobalID".
>>
>> HTH,
>>
>> Seb
>>
>> On Fri, May 11, 2018 at 4:47 PM Sgouros, Thomas 
>> wrote:
>>
>>> Hi All:
>>>
>>> I have a ParaViewWeb application going with a pvpython back end, and it
>>> looks great. I want to show views of multiple datasets in it now. I gather
>>> that the layout() methods are not supported in pvpython, so I have to use
>>> separate windows.
>>>
>>> I'm creating the render window on the client with this:
>>>
>>> const renderer = VtkRenderer.newInstance({ client: model.pvwClient });
>>>
>>> I can certainly create two such renderer objects, but I don't see how to
>>> link the Render on my pvpython server to one or the other of the client's
>>> renderer objects.
>>>
>>> I assume I've been using some default behavior where my Show() and
>>> Update() commands get sent to the one renderer, but how do I direct them to
>>> one or the other?
>>>
>>> Thank you,
>>>
>>>  -Tom
>>>
>>> ___
>>> 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:
>>> https://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:
https://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] [EXT] Re: Using Pandas in Paraview v5.4.1

2018-05-14 Thread Dennis Conklin
Scott,

I assume that if I compile a ParaView executable with pandas included, then I 
could distribute my plugin as xml and everyone could access it.I’m a little 
unsure but I assume I would also have to recompile the server that we are using 
on an HPC cluster to include pandas.   I’m beginning to see why adding pandas 
to ParaView has been delayed a few times.

Dennis

From: Scott Wittenburg [mailto:scott.wittenb...@kitware.com]
Sent: Friday, May 11, 2018 3:08 PM
To: Dennis Conklin 
Cc: Paraview (parav...@paraview.org) 
Subject: Re: [EXT] Re: [Paraview] Using Pandas in Paraview v5.4.1

Hi Dennis,

I'm not sure I understand precisely what you mean when you say "compile here 
with an external python".  Do you mean compiling your plugin (which would imply 
not a simple xml plugin), or compiling ParaView?  Even if you compile ParaView 
on your end with an external python, I don't see how that will result in 
something that will allow you to distribute your plugin as xml.  You could try 
to distribute a custom ParaView binary (which includes your new plugin as well 
as pandas python modules), but for that you would normally need to use the 
ParaView superbuild.  Even then I think you would have to tweak the superbuild 
to get the python to include pandas.

Hopefully someone out  there with more knowledge can chime in and provide some 
hints or suggestions.  Then maybe we'll find out what you want to do it quite 
easy, in which case I'll be excited to learn about it :-)

Cheers,
Scott

p.s.  I'm sure you may have read through this before, but just in case (or for 
people who come across this later):

https://www.paraview.org/Wiki/ParaView/Plugin_HowTo


On Fri, May 11, 2018 at 12:28 PM, Dennis Conklin 
> wrote:
Scott,

Interesting idea and I was not aware of any of that.

I should be specific that I need to make an xml Server side plugin for general 
distribution that needs to call pandas to execute.   So I don’t think I can get 
everyone here to load up that virtual environment and install pandas.

I think I’m hearing that pandas for everyone is not available unless I compile 
here with an external python, right?

Thanks
Dennis

From: Scott Wittenburg 
[mailto:scott.wittenb...@kitware.com]
Sent: Friday, May 11, 2018 1:21 PM
To: Dennis Conklin 
>
Cc: Paraview (parav...@paraview.org) 
>
Subject: [EXT] Re: [Paraview] Using Pandas in Paraview v5.4.1

 CAUTION: EXTERNAL email. Please think before clicking on any links or 
attachments.



Hello Dennis,

Depending on how you want to use pandas within ParaView, one approach that 
could work involves creating a virtual environment and installing pandas there. 
 Then a couple of lines of python can make modules installed in that virtualenv 
available from pvpython.  See this blog post for more information:

https://blog.kitware.com/using-pvpython-and-virtualenv/

Hope this helps,
Scott

On Fri, May 11, 2018 at 11:11 AM, Dennis Conklin 
> wrote:
All,

I need some pandas functions for some filters.Pandas, unfortunately is not 
a simple library (there is no pands.py) – it needs to be installed into your 
version of python as a module.How can I get this in Paraview (hopefully, 
without compiling from source).Can I install pandas into the python 
installation included with the PV download?

Thanks

Dennis

___
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 

Re: [Paraview] ParaViewWeb and multiple windows

2018-05-14 Thread Sgouros, Thomas
Great, thank you. Do you have an example of how to use it on the client
side?

Thanks,

 -Tom

On Sun, May 13, 2018 at 5:51 PM, Sebastien Jourdain <
sebastien.jourd...@kitware.com> wrote:

> You should set the viewId to the VtkRenderer based on which view from the
> server you want to be bound to.
> To retrieve the view Id on the server side, just call on the python side.
>
> view.GetGlobalDAsString()
>
> I may have small typo for the method name, but in either case the number
> you want is the "GlobalID".
>
> HTH,
>
> Seb
>
> On Fri, May 11, 2018 at 4:47 PM Sgouros, Thomas 
> wrote:
>
>> Hi All:
>>
>> I have a ParaViewWeb application going with a pvpython back end, and it
>> looks great. I want to show views of multiple datasets in it now. I gather
>> that the layout() methods are not supported in pvpython, so I have to use
>> separate windows.
>>
>> I'm creating the render window on the client with this:
>>
>> const renderer = VtkRenderer.newInstance({ client: model.pvwClient });
>>
>> I can certainly create two such renderer objects, but I don't see how to
>> link the Render on my pvpython server to one or the other of the client's
>> renderer objects.
>>
>> I assume I've been using some default behavior where my Show() and
>> Update() commands get sent to the one renderer, but how do I direct them to
>> one or the other?
>>
>> Thank you,
>>
>>  -Tom
>>
>> ___
>> 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:
>> https://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:
https://public.kitware.com/mailman/listinfo/paraview