Blender Git Loki
Git Commits -> Revision d311e96
Revision d311e96 by Chris Want (master) January 3, 2004, 03:53 (GMT) |
Armature speed ups, Part III ---------------------------- Another (major) armature speed up for bones with many constraints. When tranform()-ing, figure out which bones need to be recalculated beforehand and only update those bones. |
Commit Details:
Full Hash: d311e9617468beb507202e4c92017703bc11feb3
SVN Revision: 1801
Parent Commit: de21846
Lines Changed: +292, -10
6 Modified Paths:
/source/blender/blenkernel/intern/armature.c (+11, -7) (Diff)
/source/blender/include/BIF_editconstraint.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+7, -2) (Diff)
/source/blender/src/buttons_editing.c (+10, -1) (Diff)
/source/blender/src/editconstraint.c (+60, -0) (Diff)
/source/blender/src/editobject.c (+201, -0) (Diff)
/source/blender/include/BIF_editconstraint.h (+3, -0) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+7, -2) (Diff)
/source/blender/src/buttons_editing.c (+10, -1) (Diff)
/source/blender/src/editconstraint.c (+60, -0) (Diff)
/source/blender/src/editobject.c (+201, -0) (Diff)