Revision 0e9c677 by Sergey Sharybin August 7, 2014, 15:45 (GMT) |
Add blender launcher application when building with MSVC Main idea of this change is to make a small executable which will set OMP_WAIT_POLICY environment variable and then will launch blender itself. This is a teporary solution for the time being we'll have a more clear solution to high CPU usage with OpenMP when building with MSVC. Reviewers: campbellbarton, juicyfruit Reviewed By: juicyfruit Differential Revision: https://developer.blender.org/D717 |
Revision 26dc8b7 by Antonis Ryakiotakis August 7, 2014, 14:14 (GMT) |
T41354, cursor never gets reactivated in uv sculpting. |
Revision 05935b5 by Antonis Ryakiotakis August 7, 2014, 12:58 (GMT) |
Fix crash on dyntopo when show diffuse option + collapse is used Some nodes could end up without any faces and in that case getting a face material would fail. |
Revision ab8bcd4 by Bastien Montagne August 7, 2014, 12:37 (GMT) |
Fix T41333: Selected mask points don't stand out visually. Looks like mask points coloring was recently changed, and IMAGE space colors were left uninitialized... Factorized a bit the code about vertex_handle & co too, was quite duplicated. |
Revision e3ed13c by Thomas Dinges August 7, 2014, 11:52 (GMT) |
Cleanup: Remove special code for Visual Studio 2008. Goodbye VC2008, it has been a pleasure (more or less) :D SCons / CMake cleaenup will follow. Differential Revision: https://developer.blender.org/D715 |
Revision f82dda5 by Antonis Ryakiotakis August 7, 2014, 10:29 (GMT) |
Experimental gooseberry request: Expose radial control properties. That way, the operator can be tweaked in the input preferences to tweak other properties as well. |
Revision d1217cc by Martijn Berger August 7, 2014, 08:06 (GMT) |
change scons default to be visual studio 2013 |
Revision 0b64126 by Campbell Barton August 7, 2014, 04:42 (GMT) |
Comments |
Revision e13d6e2 by Campbell Barton August 7, 2014, 01:50 (GMT) |
BMesh: use existing lookup tables when remapping |
Revision 1b68647 by Campbell Barton August 7, 2014, 01:19 (GMT) |
GHash/EdgeHash: avoid NULL check on iterator init |
Revision ea30641 by Campbell Barton August 6, 2014, 23:14 (GMT) |
Fix T41047: Text objects flipping |
Revision 1923a5c by Campbell Barton August 6, 2014, 18:45 (GMT) |
UI: move button to set dupli-offset into group menu |
Revision f37c3dd by Bastien Montagne August 6, 2014, 18:44 (GMT) |
Fix T41323: Sequencer: video window taking all the place when switching to split view. Issue is that, when we switch from full preview view to combined view, preview area has its `sizey` set to use all available height, which leaves nothing for poor main area. For now, make checks when switching mode to combined one, so that both areas have resonable `sizey` values. Not perfect, but works. |
Revision 910d9d4 by Bastien Montagne August 6, 2014, 18:44 (GMT) |
Cleanup: mostly move together main area init/draw/handler callback, and some generic cleanup (tabs, comments...). |
Revision ef68faa by Antonis Ryakiotakis August 6, 2014, 18:03 (GMT) |
Fix T41343, hard to remove group from objects. Added a small menu with a few helper oerators next to each group panel: * Remove group from all objects * Select objects in group More could be added possibly in the future. Thanks to Campbell for the advice here. |
Revision dd5acaa by Campbell Barton August 6, 2014, 14:44 (GMT) |
Revision c9dee2b by Sergey Sharybin August 6, 2014, 14:22 (GMT) |
Add some missng casts to the size_t |
Revision c0c037f by jens verwiebe August 6, 2014, 11:25 (GMT) |
OSX/clang: Fix T41123, crashing osl when optimization level > O0 is used for osl_shaders.cpp |
Revision 7ae187c5e by jens verwiebe August 6, 2014, 10:48 (GMT) |
OSX/cmake: allow for llvm dynamic builds too, but prefer static |
Revision 9ece95d by Campbell Barton August 6, 2014, 02:13 (GMT) |
Fix for out of bounds write while dragging |
|
|
|


Master Commits
MiikaHweb | 2003-2021