[Paraview] Use vtkLookupTable for PV scalarbar (and rendering)

2014-07-21 Thread Markus Fuger
Hello everybody, I am developing some Python code that uses VTK quite intensively. I as well needed to create certain color bars and lookup tables. Due to the fact that I am not intending to replace ParaView for the users completely but want to make them use the same lookup tables (which are

Re: [Paraview] Python Programmable Filter: Get Filename of Import filter

2011-11-28 Thread Markus Fuger
contained algorithms and that do not make assumptions about their upstream connections. But, if it works, it works! Pat On Wed, Nov 23, 2011 at 2:47 PM, Markus Fuger m_fu...@hotmail.com wrote: Hello, it seems if my question formulated in a previous thread (http://www.paraview.org/pipermail

[Paraview] ParaView 3.12.: Loading of *.bqrc plugins fails

2011-11-23 Thread Markus Fuger
Hello, I do not know, which way is the more efficient to report a bug in the recent ParaView 3.12. version (Win64) - mailing list or bug report at mantis !? There seems to be a bug in loading QT resource files as plugins in ParaView 3.12 (seen in the Windows 64bit version). I tried to load 2

[Paraview] Python Programmable Filter: Get Filename of Import filter

2011-11-23 Thread Markus Fuger
Hello, it seems if my question formulated in a previous thread (http://www.paraview.org/pipermail/paraview/2011-November/023318.html) did not really decribe what I needed. I do like to get the information of the ImportFilter.GetPropertyValue('FileNameInfo') in a Programmable Filter, namely

[Paraview] Python Proogrammable Filter - Get Proxy

2011-11-14 Thread Markus Fuger
Hello, I do like to program my own plugin based on a Python Programmable filter (PPF). For some feature (I want to get the file directory of the files from the input of the very first proxy in the pipeline) I need the proxy object of the PPF. If I once would have this object I could then loop