[Paraview] UpdateProgress in Programmable Filter

2016-10-15 Thread Rustem Khabetdinov
SetProgressText doesn't work either. Regards, Rustem Khabetdinov. ___ 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 Wi

[Paraview] Custom filters

2016-12-08 Thread Rustem Khabetdinov
I write my own reader based exodus? Best Regards, Rustem Khabetdinov. ___ 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

[Paraview] GetClientSideObject() now returns vtkPassInputTypeAlgorithm

2016-12-14 Thread Rustem Khabetdinov
Hello, Some time ago I wrote a script that took active representation and its client side object and the return value was vtkPVCompositeRepresentation but now it is vtkPassInputTypeAlgorithm . Is it possible to get representation again instead of algorithm? Thanks

[Paraview] Collapse tree view after new child added

2017-02-06 Thread Rustem Khabetdinov
Hello, Is it possible to collapse tree view after new child(filter) was added? We tried to change the behaviour in pqPipelineBrowserWidget but when the line 124 : QObject::connect(this->PipelineModel, SIGNAL(firstChildAdded(const QModelIndex&)), this,SLOT(expandWithModelIndexTranslation(const QMod

[Paraview] Axes Grid

2017-03-07 Thread Rustem Khabetdinov
Hello, Under certain angles axes grid behaves like this(or just disappears):[image: Встроенное изображение 2] Is it a bug? Best Regards, Rustem Khabetdinov. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

[Paraview] Programmable Filter/Source 5.3 RC2

2017-03-07 Thread Rustem Khabetdinov
Hello, When I try to type any non-latin symbols inside Script field I get this error: QTextCursor::setPosition: Position '1' out of range (:0, ) Previous versions did not have that issue. Best Regards, Rustem Khabetdinov. ___ Powered by www.k

[Paraview] Python 3

2017-03-10 Thread Rustem Khabetdinov
Hello, Is there any exact date when python 3 will be supported? It seems like it's been almost 3 months since there was last update: https://gitlab.kitware.com/paraview/paraview/issues/16818 Best Regards, Rustem ___ Powered by www.kitware.com Visit othe

Re: [Paraview] Python 3

2017-03-10 Thread Rustem Khabetdinov
t 11:43 AM, Rustem Khabetdinov wrote: > Hello, > Is there any exact date when python 3 will be supported? It seems like it's > been almost 3 months since there was last update: > https://gitlab.kitware.com/paraview/paraview/issues/16818

[Paraview] Cmake flags

2017-03-17 Thread Rustem Khabetdinov
Hello, Is there any detailed description for cmake flags? The most interesting are: VTK_Group_Imaging VTK_Group_MPI VTK_Group_Rendering Module_vtkImagingOpenGL2 On VTK_Group_Views VTK_Group_ParaViewQt VTK_Group_ParaViewRendering

[Paraview] Labels in Custom Filters

2017-03-17 Thread Rustem Khabetdinov
Hello, In custom filters we can set some field labels and names. Why when we set labels they become accessors instead of field names? Is it a bug or there is some meaning behind this? It may be a problem when non-English users create filters and set some labels using their native language. Of cour

[Paraview] Custom filters

2017-03-22 Thread Rustem Khabetdinov
Hello, Is it possible to change drop down list values from information script? For example, we can take values from input arrays but instead we create field self.names and take values from it. Best Regards, Rustem. ___ Powered by www.kitware.com Visit

[Paraview] ParaView crashes when adding new filter

2017-04-05 Thread Rustem Khabetdinov
Hello, I found a bug when adding new filter to collapsed sources. https://gitlab.kitware.com/paraview/paraview/issues/17357 This bug also happens in 5.3. Best Regards, Rustem ___ Powered by www.kitware.com Visit other Kitware open-source projects at ht

[Paraview] Multiprocessing lib in python shell

2017-04-12 Thread Rustem Khabetdinov
Hello, There was a bug in python shell running this code: from multiprocessing import Pool p = Pool() It created multiple paraview instances but there was a patch that could help. Now when I try to run the same code the issue is still there. Is it a bug or should I try to change something in build

Re: [Paraview] Multiprocessing lib in python shell

2017-04-12 Thread Rustem Khabetdinov
; would be able to change the multiprocessing module's behavior. > > Out of curiosity, what is your use case for using the multiprocessing > module? > > Thanks, > Cory > > On Wed, Apr 12, 2017 at 9:43 AM, Rustem Khabetdinov > wrote: > > Hello, > > There was a bu

[Paraview] Cmake flags

2017-05-16 Thread Rustem Khabetdinov
Hello, Is there any documentation present for cmake build flags? Especially I am interested in advanced section. Best Regards, Rustem ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensour

[Paraview] Using python shell in pvserver

2017-06-15 Thread Rustem Khabetdinov
Hello, Is it possible to run python scripts while connected to remote server? For example, I want to be able to run a script that downloads data on remote server. Best Regards, Rustem ___ Powered by www.kitware.com Visit other Kitware open-source proje

[Paraview] Zoom in/out

2017-06-19 Thread Rustem Khabetdinov
Hello, Is there any python script to zoom in by some percent? I tried to create one myself but it fails to zoom in correctly. Best Regards, Rustem. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opens

Re: [Paraview] [EXTERNAL] Zoom in/out

2017-06-21 Thread Rustem Khabetdinov
> *camera=GetActiveCamera()* > > *camera.SetFocalPoint(0,0,0)* > > *camera.SetPosition(0,0,-10)* > > *camera.SetViewUp(0,1,0)* > > How to move the camera closer or further away > > *camera.Dolly(10)* > > *Render()* > > *camera.Dolly(.1)* > > *Render()*

[Paraview] Paraview LOD

2017-06-21 Thread Rustem Khabetdinov
Hello, Is it possible to use vtkLODActor instead of vtkPVLODActor? I need to be able to add more than 3 mappers but default pvlodactor does not allow to do so. Best Regards, Rustem. ___ Powered by www.kitware.com Visit other Kitware open-source project