blender/source
Antony Riakiotakis 861f9e10f7 Attempt to fix #35057, disable threading if diameter of the brush
becomes too small. Typically this would happen if the number of buckets
is clipped to the maximum value. This avoids thread overhead.

A better fix might be to do bucket-brush intersection on main thread and
dispatch threads to process bucket hits as they become available. This
way only one thread at most would end up being used in such cases
anyway. A better task scheduler is needed for that though, leaving for
after GSOC.
2013-07-08 15:35:53 +00:00
..
blender Attempt to fix #35057, disable threading if diameter of the brush 2013-07-08 15:35:53 +00:00
blenderplayer fix stubs for blenderplayer linking 2013-06-01 08:59:52 +00:00
creator Remove SDL_VIDEODRIVER=dummy environment variable setting, this may interfere 2013-07-04 11:28:52 +00:00
gameengine remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h 2013-07-02 10:14:59 +00:00
icons
tests test operator script, add ability to load files from a path while testing operators. 2013-06-28 16:30:34 +00:00
CMakeLists.txt
SConscript