Differences between revisions 5 and 6
Revision 5 as of 2008-02-28 19:04:13
Size: 1705
Editor: pool-71-106-183-15
Comment:
Revision 6 as of 2008-02-28 19:12:36
Size: 1760
Editor: pool-71-106-183-15
Comment:
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 24: Line 23:
`Sign up! <http://wiki.python.org/moin/PyCon2008/SprintSignups/pymel?action=edit>`__ **Project URL:** http://code.google.com/p/pymel/
Line 26: Line 25:
Project URL: http://code.google.com/p/pymel/ **Sprint Leaders:** Chad Dombrova, Olivier Renouard
Line 28: Line 27:
Sprint Leaders: Chad Dombrova, Olivier Renouard **Code repository :** http://pymel.googlecode.com/svn/trunk/
Line 30: Line 29:
Code repository : http://pymel.googlecode.com/svn/trunk/

To access the code repository:
**To access the code repository:**
Line 46: 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 48: Line 46:
**Sprinters** Sprinters
---------

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)

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

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