Blender Git Loki

Git Commits -> Revision a5a01ed

Revision a5a01ed by Chris Want (master)
January 2, 2004, 23:29 (GMT)
Armature speed ups, Part I
--------------------------

Major speed up for armatures during times when you aren't
posing a figure.

Background: the calculation of poses generated by actions and the
calculation of displists were getting somewhat out of sync.
This was being remedied by 'clearing the constraint done flag'
of the pose channels and recalculating the displists every time
the 3d view was redrawn, making life slow and unpleasant.
Commenting out the code that was doing this, then reinserting
the 'clearing the constraint done flag' at the right times
made things a bit more perky.

Commit Details:

Full Hash: a5a01ed549b837596790a917d11983e93f381c1b
SVN Revision: 1793
Parent Commit: 251c11c
Lines Changed: +197, -10

8 Modified Paths:

/source/blender/blenkernel/BKE_action.h (+2, -2) (Diff)
/source/blender/include/BIF_editconstraint.h (+1, -2) (Diff)
/source/blender/src/buttons_object.c (+2, -0) (Diff)
/source/blender/src/drawobject.c (+2, -1) (Diff)
/source/blender/src/drawview.c (+31, -3) (Diff)
/source/blender/src/editconstraint.c (+55, -0) (Diff)
/source/blender/src/editobject.c (+95, -2) (Diff)
/source/blender/src/headerbuttons.c (+9, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021