Blender Git Commit Log
Git Commits -> Revision c8d39fb
Revision c8d39fb by Sergey Sharybin (master) July 15, 2013, 18:46 (GMT) |
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. |
Commit Details:
Full Hash: c8d39fb0c224957fe3b48e9d76fa6c1bfe433965
SVN Revision: 58279
Parent Commit: 70de169
Lines Changed: +23, -19