Blender Git Loki
Git Commits -> Revision 861f9e1
Revision 861f9e1 by Antonis Ryakiotakis (master) July 8, 2013, 15:35 (GMT) |
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. |
Commit Details:
Full Hash: 861f9e10f7ea9d1d38130ecbc983fe8f8dac93d0
SVN Revision: 58079
Parent Commit: 27734f5
Lines Changed: +11, -0
1 Modified Path:
/source/blender/editors/sculpt_paint/paint_image_proj.c (+11, -0) (Diff)