Revision 4c53f20 by Campbell Barton November 3, 2017, 05:30 (GMT) |
Cleanup: move tool-bar checks into functions Also support separator in tool-bar sub-menus |
Revision fbb9b70 by jens verwiebe November 2, 2017, 23:39 (GMT) |
Fix Blenderplayer (tm) |
Revision 1555cf7 by Sergey Sharybin November 2, 2017, 16:58 (GMT) |
Freestyle: Fix access freed memory when freeing fresstyle bmain Some of the uninitializaiton code was leaving bases pointing freed memory. |
Revision e0a6582 by Sergey Sharybin November 2, 2017, 16:58 (GMT) |
Fix iterator usage from C++ code Old code was not supported by GCC, see some details and progress https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55606 |
Revision d967a83 by Sergey Sharybin November 2, 2017, 16:58 (GMT) |
Freestyle: Keep lines on manageable complexity Two level;s of casts in a single line, c'mon. |
Revision 50c1297 by Brecht Van Lommel November 2, 2017, 14:23 (GMT) |
Fix Cycles showing empty tiles while they are being denoised. |
Revision c1da6c9 by Campbell Barton November 2, 2017, 14:16 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 25f2abf by Campbell Barton November 2, 2017, 14:10 (GMT) |
Cleanup: minor comment correction |
Revision 9ece0ee by Campbell Barton November 2, 2017, 13:47 (GMT) |
UI: add UI_SELECT_DRAW flag Allow to draw as pressed w/o interfering with behavior. Resolves issue where buttons raised on mouse-over. |
Revision f7d59fb by Sybren A. Stüvel November 2, 2017, 13:37 (GMT) |
Merge branch 'master' into blender2.8 # Conflicts: # tests/gtests/alembic/abc_export_test.cc |
Revision 8a37288 by Sybren A. Stüvel November 2, 2017, 13:33 (GMT) |
Alembic: not using global in unit test. Thanks @sergey for pointing out this fix. |
Revision ff97dce by Brecht Van Lommel November 2, 2017, 13:31 (GMT) |
Fix T53182: cancelling save buffers + denoising render clears image. |
Revision 7eb4ef6 by Campbell Barton November 2, 2017, 13:29 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 6355d98 by Campbell Barton November 2, 2017, 13:27 (GMT) |
UI: free up bit in uiBut.flag |
Revision 90788ad by Campbell Barton November 2, 2017, 12:47 (GMT) |
UI: workaround glitch refreshing the toolbar |
Revision 75490ad by Campbell Barton November 2, 2017, 12:40 (GMT) |
UI: draw operator menus below buttons Following the down arrow on the buttons |
Revision 920d096 by Campbell Barton November 2, 2017, 12:26 (GMT) |
UI: store tool index of non-active tools |
Revision 5cb8730 by Mai Lavelle November 2, 2017, 12:14 (GMT) |
Cycles: Add another limit to OpenCL memory usage Some drivers may report very large allocation sizes, which could cause unnecessary memory usage. This is now limited to 2gb which should still be enough to get the needed performance benefits without waste. |
Revision 1ca3e1a by Campbell Barton November 2, 2017, 12:05 (GMT) |
UI: support nested tools in toolbar |
Revision be5123a by Sergey Sharybin November 2, 2017, 11:33 (GMT) |
Space clip: Make it more clear that filter track does not use any settings from tool shelf |
|