[Paraview] Color by array component from Python script not working

2015-08-20 Thread Matei Stroila
Hi, I am using ParaView 4.3.1 on Mac OSX. I used to be able to loop through the components of an attribute array and change the color of the representation. I am not sure why this is no longer working (don't recall when it was working, maybe 4.2?). It does work from GUI. This is the GUI trace for

Re: [Paraview] Color by array component from Python script not working

2015-08-26 Thread Matei Stroila
uncomment the following to render all views > RenderAllViews() > # alternatively, if you want to write images, you can use > SaveScreenshot(...). > > Can you confirm this works on your ParaView installation? There might be > some errors about file writing if the current wor

[Paraview] plugin signature mismatch

2012-03-07 Thread Matei Stroila
I compiled a plugin with MS Visual Studio 2008, using the 3.14 release Paraview code. When I try to load the plugin in the distribution 3.14 (the one installed with the installer), I get this signature error: "ERROR: In ..\..\..\..\src\ParaViewCore\ClientServerCore\vtkPVPluginLoader.cxx, line 342

Re: [Paraview] plugin signature mismatch

2012-03-07 Thread Matei Stroila
.14(from installer) was not > compiled with  MS Visual Studio 2008. > Will be good if you build Paraview 3.14 from source and use that.. > regards > Jagjeet Nain > > > On Wed, Mar 7, 2012 at 4:38 PM, Matei Stroila > wrote: >> >> I compiled a plugin with MS Visua

[Paraview] PointSprite_Plugin not displaying textures on ParaView 4.2.0 Mac OSX 10.10

2014-10-24 Thread Matei Stroila
Hi, I believe this is a bug: The PointSprite_Plugin with ParaView 4.2.0 does not display textures (same textures that ParaView 4.1.0 can display on same machine with OS X 10.10. .) The texture seems to be loaded but it is not displayed. I used the release from this link: http://www.paravie

Re: [Paraview] PointSprite_Plugin not displaying textures on ParaView 4.2.0 : solution proposal

2014-10-27 Thread Matei Stroila
I added the command and that fixed the issue. Thank you, Florian! > On Oct 27, 2014, at 7:33 AM, Utkarsh Ayachit > wrote: > > Florian, > > Fantastic! I am quite sure that's indeed the issue. I'll track it down > once I get to work later today. > > Utkarsh > > On Mon, Oct 27, 2014 at 8:16 AM,

[Paraview] problem wirh python shell in Paraview 4.3.1 and Python 2.7.9 on Mac OS X 10.10

2015-02-26 Thread Matei Stroila
Not sure if other people have seen this. Using Python from Homebrew on Mac OS X 10.10, got the same error on two different Macs. Python 2.7.9 (default, Dec 19 2014, 06:00:59) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin >>> from paraview.simple import * Traceback (most recen

Re: [Paraview] problem wirh python shell in Paraview 4.3.1 and Python 2.7.9 on Mac OS X 10.10

2015-02-26 Thread Matei Stroila
? If you're > running pvpython, try running with "-dr" argument. That will avoid > loading any auto-load plugins. Does that help? > > Utkarsh > > On Thu, Feb 26, 2015 at 3:03 PM, Matei Stroila > wrote: > > Not sure if other people have seen this. Using Pyth