[Bf-python] New CVS version almost kill MakeHuman.

Tom M letterrip at gmail.com
Tue Sep 20 20:52:16 CEST 2005


> > Simply if I comment update() at the end of morphing function the time is
> > about 0.04 sec, if I use update() the time is 1.8 sec, so probably the
> > problem is update().

I also experienced this slowdown with sculptmesh and added to the bug
report, according to Ton

[QUOTE]
The function mesh_update now does exactly what it should do, including
evaluating all dependencies.

It should be only called once per frame or user change.

Will assign to willian as reminder too, the python api needs check on
calling updates & displists, and probably in docs written that updates
are expensive, and should only be called once.[/QUOTE]

So, can we set things to pass a flag to update which tells it to
bypass evaluating all dependencies, or is there some other function
that we should be using?

LetterRip



More information about the Bf-python mailing list