Blender Git Loki
Git Commits -> Revision b2e32f5
Revision b2e32f5 by Ken Hughes (master) November 28, 2005, 05:03 (GMT) |
-- Bugfix #3458: keyblock.getData() was getting vertex data from keys incorrectly, including wrapping curve data as BezTriples. Needed to make a change to beztriple module so we could more easily create a "thick" BezTriple object similar to Blender.BezTriple.New(). The change to BezTriple.h pointed out some dead code in the Ipocurve module that could be removed. |
Commit Details:
Full Hash: b2e32f5bd135eaf862be7159794f868b4ac2ce4a
SVN Revision: 5954
Parent Commit: 1745a07
Lines Changed: +175, -210