Blender Git Loki
Git Commits -> Revision de21846
Revision de21846 by Willian Padovani Germano (master) January 3, 2004, 03:50 (GMT) |
BPython: - Fixed small typo in doc file Object.py, reported by user Bill. - Fixed bug #803: Bug #803's Summary: print, type() or BezTriple broken Trying to print type(BezTriple) was crashing Blender because that type wasn't being initialized to PyType_Type. The other problem is that the getName method for ipocurves only works for object ipos. A warning was added for when users try to use it with other blocktypes, we'll later update ipo related stuff in bpython to work for all types. |
Commit Details:
Full Hash: de21846e690dd5a4606a42b776d55f119e5620d7
SVN Revision: 1800
Parent Commit: dc343a1
Lines Changed: +8, -2