Re: [Paraview] Forcing update on view

2016-06-17 Thread Andrzej Peczak
Thanks Utkarsh, this was exactly what I was looking for! Andrzej -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 14 June 2016 20:22 To: Andrzej Peczak Cc: paraview@paraview.org Subject: Re: [Paraview] Forcing update on view I am not sure I follow

Re: [Paraview] Forcing update on view

2016-06-14 Thread Utkarsh Ayachit
I am not sure I follow what you're doing, but here are a few things to note. 1. vtkSMProxy::UpdateVTKObjects() is called to push changes done to a property. Thus, only needs to be called on the proxy whose properties you're changing. Thus, if you are chaning "CompositeDataSetIIndex" property on

Re: [Paraview] Forcing update on view

2016-06-14 Thread Andrzej Peczak
I missed the question regarding the problem I describe. Is there a way to programmatically display the content of CompositeDataSetIndex property depending on status of the checkbox widgets I change through vector properties? Andrzej Hi, I have a snippet code which I wrote to allow me to

[Paraview] Forcing update on view

2016-06-13 Thread Andrzej Peczak
Hi, I have a snippet code which I wrote to allow me to save multiple plot images to files. I do it by changing property checkboxes of Composite Data Set Index property. I can change their status programmatically but the view is not being updated. When I change them manually in the UI the view