blender/source
Sergey Sharybin 25ab3aac9d Fix threading conflicts in multitex_ext_safe()
This function was modifying texture datablock, which makes the call
unsafe for call from multiple threads. Now we pass the argument that
we don't need nodes to the underlying functions.

There will be still race condition in noise texture, but that should
at least be free from crashes. Doesn't mean we shouldn't fix it tho.
2017-03-31 17:08:18 +02:00
..
blender Fix threading conflicts in multitex_ext_safe() 2017-03-31 17:08:18 +02:00
blenderplayer Fix player stubs (tm) 2017-03-23 15:47:23 +01:00
creator Fix typo in command line arg list 2017-03-07 09:07:58 -05:00
gameengine Fix BGE building. 2017-03-16 10:30:02 +01:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt