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

2015-08-26 Thread Matei Stroila
Hi Cory, Yes, your script works on my machine. Then, after testing your script, I deleted my ParaView4.3.1.ini file and now my script works too :-) Not sure what happened. Yes I have a vector with that many components for a time animation. Thanks for your attention. Best, Matei On Wed, Aug 2

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

2015-08-26 Thread Cory Quammen
Hi Matei, Do your vectors really have up to 672 components? That's fine, just surprisingly high. Changing among vector components seems to be working fine in ParaView 4.3.1 On Windows. Here is the test script I ran. import the simple module from the paraview from paraview.simple import * ##

[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