From: Matthias B. <mb...@us...> - 2005-06-24 16:21:52
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17308 Modified Files: ChangeLog Log Message: Modified the joint base so that joints can store arbitrary attributes Index: ChangeLog =================================================================== RCS file: /cvsroot/pyode/pyode/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 6 Jun 2005 12:55:52 -0000 1.4 --- ChangeLog 24 Jun 2005 16:21:41 -0000 1.5 *************** *** 1,2 **** --- 1,8 ---- + 2005-06-24 Matthias Baas <ba...@ir...> + + * Modified the base joint class so that its possible to store + arbitrary attributes (as is the case with regular Python classes). + This was suggested in "bug" 1121141. + 2005-06-06 Matthias Baas <ba...@ir...> |