Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2008-02-28 18:01:14
Size: 1693
Editor: 198
Comment: Template page
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 21: Line 20:
operate in a more succinct, intuitive, and pythonic way. operate in a more succinct, intuitive, and pythonic way. 
Line 23: Line 22:
`Sign up! <http://wiki.python.org/moin/PyCon2008/SprintSignups/pymel>`__
Line 25: Line 23:
Project URL: http://code.google.com/p/pymel/ **Project URL:** http://code.google.com/p/pymel/
Line 27: Line 25:
Sprint Leaders: Chad Dombrova, Olivier Renouard **Sprint Leaders:** Chad Dombrova, Olivier Renouard
Line 29: Line 27:
Code repository : http://pymel.googlecode.com/svn/trunk/ **Code repository :** http://pymel.googlecode.com/svn/trunk/
Line 31: Line 29:
To access the code repository: **To access the code repository:**
Line 45: 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 47: Line 46:
**Sprinters** Sprinters
---------
Line 49: Line 49:
* John Doe (deletethisline at nomail.net) * Chad Dombrova (chadrik 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)

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

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