[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

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

2017-06-21 Thread Rustem Khabetdinov
he camera to a known good position. > > *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.Doll

[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

[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

[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

Re: [Paraview] Multiprocessing lib in python shell

2017-04-12 Thread Rustem Khabetdinov
know that ParaView > 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 > <rustem.khabetdi...@gmai

[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

[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

[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] 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

[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.kitware.com

[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] 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

[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] Custom filters

2016-12-08 Thread Rustem Khabetdinov
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 at: http

[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 Wiki