Blender Git Commit Log
Git Commits -> Revision 36abcee
Revision 36abcee by Stephen Swaney (master) December 17, 2004, 17:34 (GMT) |
bugfix: #2025 getCurveBP (and others) segfault This method is now unsupported. The original intent appears to return the first BPoint of an Ipo curve. However, BPoint Ipo curves are not implemented and the first point therefore never existed. The segfault was from an unchecked input parameter. Calling this method now always throws a NotImplemented exception. |
Commit Details:
Full Hash: 36abceed6bd9ee9123230521a14f8a81e7e83c85
SVN Revision: 3660
Parent Commit: ee81002
Lines Changed: +22, -6