Blender Git Loki
Git Commits -> Revision 99d66e1
Revision 99d66e1 by Joseph Eagar (master) November 29, 2006, 23:31 (GMT) |
=IDProperties bugfix= Fixed the bug of "print type(property)" crashed blender; just needed to add PyType_Ready init code for all ID property python types; I made a function IDProp_Init_Types and put code to call it in types_initAll(). Also added GPL/BL headers to idproperty files. |
Commit Details:
Full Hash: 99d66e1d5e8c9d32c6289cd453ebec3f708aa249
Parent Commit: 504e926
Lines Changed: +131, -1