Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-09-12 Thread Utkarsh Ayachit
Burlen I've committed a fix for this (http://paraview.org/Bug/view.php?id=12360) in git-next. It will be included in 3.12 barring any dashboard issues. Utkarsh On Wed, Jul 6, 2011 at 8:44 PM, Burlen Loring blor...@lbl.gov wrote: Yep, it's loaded using the LoadPlugin function along with our

[Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Burlen Loring
Hi, I am able to use a script written from python trace to render a LIC but when I try to change any of the LIC parameters also from python trace I get attribute errors (below). In the python shell launched from PV a dir shows these attributes, however dir run from in the script shows they

Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Utkarsh Ayachit
Burlen, Are you sure the plugin is loaded? Utkarsh On Wed, Jul 6, 2011 at 4:29 PM, Burlen Loring blor...@lbl.gov wrote: Hi, I am able to use a script written from python trace to render a LIC but when I try to change any of the LIC parameters also from python trace I get attribute errors

Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Burlen Loring
Yep, it's loaded using the LoadPlugin function along with our reader plugin. PV_PLUGIN_DEBUG=1 verified it. If I don't change any of the LIC attributes the script runs and I get a LIC successfully rendered. What I just now noticed is that if the LIC plugin gets loaded before other plugins