[Paraview] Transform filter [setting the value of the Trasform property to transform3]

2009-01-19 Thread Jorge Mario Mazo
Hi there I'm trying to use the transformFilter, and show it in the pipeline properly here http://paraview.org/OnlineHelpCurrent/TransformFilter.html The value must be set to one of the following: Transform3. for the Transform property but I dont know how to set it to that value, all I can set it

[Paraview] TransformFilter from python

2009-01-16 Thread Jorge Mario Mazo
Hi there I'm having problems trying to use the TransforFilter, so far I can transform objects but when I create a filter from python and register the proxy, the object inspenctor shows nothing and I got this error "paraview Selected proxy value not in the list: Transform" then I found this ht

[Paraview] TK (TKINTER) inside paraview

2009-01-15 Thread Jorge Mario Mazo
Hi there I'm developing a pythong plugin. I'm using tkinter for some quick input, so far it works I can do a tkFileDialog.askopenfilename() but after the tkdialog is opened the paraview menu is gone. all is left is a console window (empty) and in the menu there is Paraview, FILE, EDIT If I cli

[Paraview] how to control paraview from python

2009-01-14 Thread Jorge Mario Mazo
Hi there I have a python script that does a lot of stuff to some vrml files, it works perfect if its ran from the paraview python shell, but when I run it from outside paraview, the script runs, but it does not visualizes anything. I dont how to tell python to use the "open" paraview. I also tried

[Paraview] GUIToolbar in python? or XML to python

2009-01-14 Thread Jorge Mario Mazo
Hi there is there a way to create a GUIToolbar icon in python or is there to write a XML "view", that trows the data parameters to a python script, instead of c++ classes, pretty much like the helix.xml plugin example. btw how can I "hide" the from

[Paraview] Transform filter from python

2009-01-13 Thread Jorge Mario Mazo
I'm trying to use the TransformFilter but I do not know how to set the paramater for the filter help(servermanager.filters.TransformFilter) did not say much just SetPropertyWithName(self, pname, arg) | Generic method for setting the value of a property. #

[Paraview] reading a wrl file from python gives an error

2009-01-09 Thread Jorge Mario Mazo
hi there I'm trying to load wrl file from the python console I'm using reader = servermanager.sources.vrmlreader("/home/jmazo/car.wrl") but I get this error Exeption exceptions.RuntimeError: 'maximum recursion depth exceeded' in > ignored thanks _

Re: [Paraview] FILE > OPEN plugin

2009-01-09 Thread Jorge Mario Mazo
ll we have left to do is a a file open thanks in advance On Fri, Jan 9, 2009 at 11:37 AM, Jorge Mario Mazo wrote: > Hi there > I'm very new to paraview > and I dont know what a lookmark is, where can I find more info about it? > > thanks > > > On Fri, Jan 9, 2009

Re: [Paraview] FILE > OPEN plugin

2009-01-09 Thread Jorge Mario Mazo
just apply your lookmark. > Jacques > > 2009/1/9 Jorge Mario Mazo > > Hi everyone >> >> I have tried the python way and it works, but it´s kind of ugly, and boss >> kind of wants a more graphic thing, so what I´m doing is making a filechoser >> in qt and then T

Re: [Paraview] FILE > OPEN plugin

2009-01-08 Thread Jorge Mario Mazo
Hi everyone I have tried the python way and it works, but it´s kind of ugly, and boss kind of wants a more graphic thing, so what I´m doing is making a filechoser in qt and then TRYING to pass the file name to the python script! so far no success. A couple of minutes ago I had this idea: write

[Paraview] FILE > OPEN plugin

2009-01-07 Thread Jorge Mario Mazo
Hello there after much struggle I can now work on a plugin I have to implement I need to call the FILE > Open functionality, and then jump to Transform filter so it is a simple thing to save us some time, since most of the time all we do is FILE > OPEN {} > FILTERS > TRANSFORM{}{}{}. so, my que

Re: [Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-07 Thread Jorge Mario Mazo
ild > BEGIN= > FIND_PACKAGE(ParaView REQUIRED) > INCLUDE(${PARAVIEW_USE_FILE}) > END > > Utkarsh > > > On Wed, Jan 7, 2009 at 1:18 PM, Jorge Mario Mazo > wrote: > > Hi there > > I followed you instructions but still did not work > > here

Re: [Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-07 Thread Jorge Mario Mazo
Now try to build your plugin. Qt and ParaView specific macros should be > found. > > If you are building ParaView anyway you may want to consider having your > plugin build as part of the ParaView build. > > --- > Mike Jackson www.bluequartz.net > > > >

Re: [Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-07 Thread Jorge Mario Mazo
View). You > need to download the source and build ParaView from scartch. Then set > the ParaView_DIR to the directory in which you've built ParaView. > > Utkarsh > > On Tue, Jan 6, 2009 at 5:50 PM, Jorge Mario Mazo > wrote: > > hi there > > > > I did

Re: [Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-06 Thread Jorge Mario Mazo
to help out.. > > --- > Mike Jackson www.bluequartz.net > > > > On Jan 6, 2009, at 4:39 PM, Jorge Mario Mazo wrote: > > Hi there >> and sorry for the bothering >> >> >> I did the find >> >> find / -name ParaViewConfig.cmake >&g

Re: [Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-06 Thread Jorge Mario Mazo
D) > _ > Mike Jackson mike.jack...@bluequartz.net > BlueQuartz Softwarewww.bluequartz.net > Principal Software Engineer Dayton, Ohio > > > > On Jan 6, 2009, at 4:02 PM, Jorge

Re: [Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-06 Thread Jorge Mario Mazo
> Mike Jackson mike.jack...@bluequartz.net > BlueQuartz Softwarewww.bluequartz.net > Principal Software Engineer Dayton, Ohio > > > > > On Jan 6, 2009, at 1:03 PM, Jorge Mario Mazo wrote: > >

[Paraview] eternal Unknown CMake command "QT4_WRAP_CPP". error

2009-01-06 Thread Jorge Mario Mazo
Hi there I'm very new to paraview, I managed to compile paraview on linux and mac but when I try to compile a plugin y get the infamous Unknown CMake command "QT4_WRAP_CPP". error. I read on this list that I have to setup the variable QT_QMAKE_EXECUTABLE the problem is that I dont know how and we