Hi, I don't believe there are many MayaVi2 users yet. Just in case there are, this is to let you know that I am doing some reorganization and cleanup of all the core code. The SVN tree will therefore be unstable for a bit.
I have changed the mayavi core API slightly so that any pipeline object can create widgets and actors and have them rendered. This has been done by moving the `actors` and `widgets` traits from the `Module` class to `PipelineBase`. See (https://svn.enthought.com/enthought/changeset/9457) for details. This should not really affect any code but should simplify some aspects of the core modules and components. I am also going to try and make many of the objects respond correctly to trait changes. This should hopefully make the code easier to extend. Think of this as a revist of the core design and a cleanup. I doubt I'll have much time in the future to redo it. cheers, -- Prabhu Ramachandran http://www.aero.iitb.ac.in/~prabhu ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
