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

4 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+5, -10) (Diff)
/source/blender/editors/armature/armature_skinning.c (+3, -2) (Diff)
/source/blender/editors/space_view3d/drawarmature.c (+12, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021