Files
test/source
Sergey Sharybin c8d39fb0c2 Made armatures evaluation safe(r) for threading
Apparently, some routines in armature deformation code
were using static arrays. This is probably just an
optimization thing, but it's very bad for threading.

Now made it so bbone matrices array is allocating in
callee function stack. This required exposing
MAX_BBONE_SUBDIV to an external API, This is not so
much crappy from code side, and it shall be the same
fast as before.
2013-07-15 18:46:19 +00:00
..
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00