makehumancommunity / makehuman

This is the main repository for the MakeHuman application as such.
http://www.makehumancommunity.org
Other
1.22k stars 250 forks source link

proposal to solve #78, a solution between numpy and python. #130

Closed black-punkduck closed 3 years ago

black-punkduck commented 3 years ago

performance on my box:

runtime is 0.012 seconds for female muscle mesh

(using sum method instead of '+' is 3 times longer)

function is only called, when mesh is added. old function was approx 0.001 seconds. Without numpy time is 0.05 seconds, so I think 0.012 is really okay