Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2008-02-28 19:00:50
Size: 1862
Editor: pool-71-106-183-15
Comment:
Revision 10 as of 2008-11-15 13:59:49
Size: 1805
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Please add your name below, include your email address. Signing up is a rather unofficial process. Just click `here <http://wiki.python.org/moin/PyCon2008/SprintSignups/pymel?action=edit>`__ to edit the wiki page and add your name and email address to the list of sprinters.
Line 13: Line 13:
See you at PyCon!

**Project Info**
Project Info
------------
Line 21: Line 20:
operate in a more succinct, intuitive, and pythonic way. Development of Pymel
is led by Luma Pictures, a visual fx company based out of Venice, California,
with contributors from fx and animation facilities around the world.
operate in a more succinct, intuitive, and pythonic way.
Line 26: Line 23:
`Sign up! <http://wiki.python.org/moin/PyCon2008/SprintSignups/pymel>`__ **Project URL:** http://code.google.com/p/pymel/
Line 28: Line 25:
Project URL: http://code.google.com/p/pymel/ **Sprint Leaders:** Chad Dombrova, Olivier Renouard
Line 30: Line 27:
Sprint Leaders: Chad Dombrova, Olivier Renouard **Code repository :** http://pymel.googlecode.com/svn/trunk/
Line 32: Line 29:
Code repository : http://pymel.googlecode.com/svn/trunk/

To access the code repository:
**To access the code repository:**
Line 48: Line 43:
The official release is hosted on highend3d and includes documentation:   http://www.highend3d.com/maya/downloads/tools/syntax_scripting/4844.html **Official Release with Documentation:**
http://www.highend3d.com/maya/downloads/tools/syntax_scripting/4844.html
Line 50: Line 46:
**Sprinters** Sprinters
---------
Line 53: Line 50:
* Olivier Renouard (orenouard at gmail.com)

Sign Up for a Sprint!

Are you interested in sprinting in this project? Great!

Signing up is a rather unofficial process. Just click here to edit the wiki page and add your name and email address to the list of sprinters.

If you're not sure which project to join, you can register in the generic sprint sign-up page.

Project Info

Pymel makes python scripting in Autodesk's Maya work the way it should. By taking advantage of python's strengths -- particularly, a flexible, object-oriented design -- pymel builds on the default Maya modules by organizing its commands into a class hierarchy, and by customizing them to operate in a more succinct, intuitive, and pythonic way.

Project URL: http://code.google.com/p/pymel/

Sprint Leaders: Chad Dombrova, Olivier Renouard

Code repository : http://pymel.googlecode.com/svn/trunk/

To access the code repository:

  • sign up for a free gmail account.

  • for read-only access, run this in a terminal:

    svn checkout http://pymel.googlecode.com/svn/trunk/ pymel
  • for read-write access, first get an administrator to add you as a member to the project, then run:

    svn checkout https://pymel.googlecode.com/svn/trunk/ pymel --username yourGmailName

when promted, enter the google code password accessible from the 'source' page of the pymel google code project.

Official Release with Documentation: http://www.highend3d.com/maya/downloads/tools/syntax_scripting/4844.html

Sprinters

  • Chad Dombrova (chadrik at gmail.com)
  • Olivier Renouard (orenouard at gmail.com)

PyCon2008/SprintSignups/pymel (last edited 2008-11-15 13:59:49 by localhost)

Unable to edit the page? See the FrontPage for instructions.