Blender Git Commit Log

Git Commits -> Revision b763876

Revision b763876 by Sergey Sharybin (master)
July 1, 2013, 11:00 (GMT)
Made modifiers_getVirtualModifierList safe for threading

Move static variables to context filling in by this fcuntion
and owned by a callee function. This ensures no conflicts
between threads happens because of static variables used in
this function.

Also moved modifier types and virtual modifiers data to a
function called from creator. This is needed to be sure all
the information is properly initialied to the time when
threads starts to use this data.

Commit Details:

Full Hash: b763876cae8e27ac487e2eeb4a46b175a43600ef
SVN Revision: 57900
Parent Commit: 16efede
Lines Changed: +118, -84

12 Modified Paths:

/source/blender/blenkernel/BKE_modifier.h (+12, -1) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+5, -2) (Diff)
/source/blender/blenkernel/intern/displist.c (+8, -5) (Diff)
/source/blender/blenkernel/intern/lattice.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+64, -64) (Diff)
/source/blender/blenkernel/intern/object.c (+6, -3) (Diff)
/source/blender/blenkernel/intern/object_deform.c (+2, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+6, -3) (Diff)
/source/blender/editors/util/crazyspace.c (+6, -3) (Diff)
/source/creator/creator.c (+2, -0) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021