Revision 89fa6a7 by Brecht Van Lommel March 8, 2019, 14:16 (GMT) |
Fix T60900, T61111, T61963: node values stuck after clearing keyframes. This removes special dependency graph code that was intended to avoid GPU shader recompiles by preserving the node tree and GPU material in specific cases. This is no longer needed now that we have a general shader pass cache that compares the generated shader code. The GPU material is already being freed in material and world eval as well, so there's no point. Note also that GPU materials are now safe to free from threads, actual OpenGL buffer freeing happens delayed. |
Revision 6cab5ab by William Reynish March 8, 2019, 14:07 (GMT) |
Tools: Re-order Weight Paint toolbar -Group gradient with the other paint tools -Nest the two Sample tools together -Keep painting tools first, secondary tools after -Make sure toolbar doesn't jump when selection is enabled |
Revision 6752022 by Sergey Sharybin March 8, 2019, 13:38 (GMT) |
Fix T62327: Multires with Particles: Undo not working Modifier stack was forced to be re-evaluated when it was not supposed to. Should also improve sculpt performance. |
Revision da73f56 by Clément Foucault March 8, 2019, 13:22 (GMT) |
Fix T62355: Running blender 2.80 headless broken in recent builds |
Revision a749d7d by Brecht Van Lommel March 8, 2019, 13:19 (GMT) |
Fix T59304: boolean modifier does not preserve UV textures. In the old derivedmesh function it was merging customdata layers, added that back for mesh conversion too. |
Revision a3ae53b by Howard Trickey March 8, 2019, 12:47 (GMT) |
Bevel: revert idea of always starting in offset mode. Commit 208fafb to fix bevel tool units included a change to always start modal in offset mode. This was may or may not be right but broke a way in which users could set percent mode and then subsequently start a modal that bevels in that mode. So going back to old way. |
Revision af53c3b by Sybren A. Stüvel March 8, 2019, 12:43 (GMT) |
Fix crash reloading images used in compositor node Similar to what Brecht committed in 38f0d5f75af7d2f30156f4008dc5bc8d8394fbf3. |
Revision 0d395eb by William Reynish March 8, 2019, 12:23 (GMT) |
Icons: Desktop icons update for Mac Previous desktop icon was clipped on one side, and file icon used cropped icon. |
Revision f4d2144 by William Reynish March 8, 2019, 12:11 (GMT) |
Icons: Add GPencil Extrude and Radius icons (take 2) Also, revision of icons for paint modes, based on suggestions by Aslam Cader. Previous commit accidentally included an extra file. |
Revision 1b31859 by William Reynish March 8, 2019, 12:07 (GMT) |
Revert "Icons: Add GPencil Extrude and Radius icons" This reverts commit a44d75a9646cc37b3b6b10decd22db90247795d2. |
Revision a44d75a by William Reynish March 8, 2019, 12:02 (GMT) |
Icons: Add GPencil Extrude and Radius icons Also, revision of icons for paint modes, based on suggestions by Aslam Cader. |
Revision 49b9b15 by Brecht Van Lommel March 8, 2019, 11:11 (GMT) |
Fix T62317: missing Cycles viewport update when changing active camera. |
Revision cf09a24 by Brecht Van Lommel March 8, 2019, 09:24 (GMT) |
Fix T60978: crash toggling window fullscreen on macOS. GHOST event handling does not need a window in the context, and restoring it to the previous value is problematic if the window was deleted in the meantime. |
Revision 1caa5b1 by Brecht Van Lommel March 8, 2019, 09:24 (GMT) |
Cleanup: remove unused test break code for handling cancels. |
Revision 76442e6 by Jeroen Bakker March 8, 2019, 07:56 (GMT) |
Codestyle: comments |
Revision 252e0d3 by Antonio Vazquez March 8, 2019, 07:49 (GMT) |
GPencil: Fix field type error in initialization |
Revision eb8e656 by Campbell Barton March 8, 2019, 06:48 (GMT) |
Cleanup: spelling |
Revision 4185b3e by Campbell Barton March 8, 2019, 06:16 (GMT) |
Cleanup: style |
Revision a9f0f48 by Campbell Barton March 8, 2019, 06:03 (GMT) |
Cleanup: use doxy sections for node select API |
Revision 87b3ea1 by Campbell Barton March 8, 2019, 05:22 (GMT) |
Cleanup: use doxy sections for mask select API |
|
|
|


Master Commits
MiikaHweb | 2003-2021