Neil Crighton wrote: > Thanks. How do I find out what python objects correspond to different > filters and modules in the visualisation? For instance, using the GUI > dialog I see that I can set the tube radius of a line plotted using > plot3d to vary with the scalar value. But I don't know how to set > this option in a python script. I've tried looking at the objects > returned by the mlab functions, but they have hundreds of attributes > and it's confusing.
The next release will have automatic script recording where you can click a button and almost all UI actions can be recorded to a readable Python script. However, I am swamped at the moment and a release may be a couple of weeks away. Using SVN would be your best bet till then. cheers, prabhu ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
