Blender Git Loki
Git Commits -> Revision 85350f5
Revision 85350f5 by Joshua Leung (master) March 12, 2008, 11:19 (GMT) |
Insert Keyframe Optimisations: Now a binary search is performed instead of a linear one to see where to insert a keyframe. It also checks first whether the keyframe is out of the bounds of the existing ones (as most of the time, keyframes are inserted at the end of the array). When using the .BVH importer to import a particularly large file, the time taken to add the keyframes improved by about 1 second. Other factors probably limited the improvement seen. |
Commit Details:
Full Hash: 85350f5eef21e02703bb7ce0433406ee5eb2b73e
SVN Revision: 14068
Parent Commit: af93553
Lines Changed: +115, -37
1 Modified Path:
/source/blender/src/editipo.c (+115, -37) (Diff)