Blender Git Loki
Git Commits -> Revision 8c59520
Revision 8c59520 by Joshua Leung (master) January 27, 2008, 03:21 (GMT) |
== Action Editor Drawing - Optimisations (Part 2 out of ?) == Keyframes are now checked for whether they are visible or not before they are prepared for drawing. This should provide some improvements for large data-sets... In general there don't appear to be any major issues, although in a few situations, long-keyframes may end up appearing/disappearing. |
Commit Details:
Full Hash: 8c59520060009d08d50b79e2a37734e77fd6aebe
SVN Revision: 13418
Parent Commit: 4213dac
Lines Changed: +70, -37
6 Modified Paths:
/source/blender/include/BDR_drawaction.h (+11, -5) (Diff)
/source/blender/src/drawaction.c (+48, -22) (Diff)
/source/blender/src/drawarmature.c (+5, -4) (Diff)
/source/blender/src/editaction.c (+3, -3) (Diff)
/source/blender/src/poselib.c (+1, -1) (Diff)
/source/blender/src/transform_conversions.c (+2, -2) (Diff)
/source/blender/src/drawaction.c (+48, -22) (Diff)
/source/blender/src/drawarmature.c (+5, -4) (Diff)
/source/blender/src/editaction.c (+3, -3) (Diff)
/source/blender/src/poselib.c (+1, -1) (Diff)
/source/blender/src/transform_conversions.c (+2, -2) (Diff)