January 26, 2021, 04:20 (GMT) |
Geometry Nodes: Add float2 to attribute complexity map |
January 26, 2021, 04:18 (GMT) |
Merge branch 'blender-v2.92-release' |
January 26, 2021, 04:16 (GMT) |
WM: return success from WM_recover_last_session, minor cleanup - Return success from WM_recover_last_session - Avoid setting global variables is already called in WM_file_read. While it didn't cause any problems, these assignments ran even when recovering the session failed to load the file. - Return OPERATOR_CANCELLED when the operator fails. Returning success is needed to fix T85011. |
January 26, 2021, 03:37 (GMT) |
TEXTURE PAINT: Tools with wrong cursor Texture paint tools were using DEFAULT cursor instead of PAINT_CROSS cursor as vertex paint, weight paint and sculpt modes. Before {F9591366} After {F9591370} Reviewed By: Blendify Differential Revision: https://developer.blender.org/D10172 |
January 26, 2021, 03:37 (GMT) |
Fix typos in driver_functions.py I'm learning how driver functions work, and I found a couple of typos in the driver_functions.py template file. Here's a quick patch to fix them up. Reviewed By: Blendify Differential Revision: https://developer.blender.org/D10149 |
January 26, 2021, 03:11 (GMT) |
Cleanup: Use const arguments |
January 26, 2021, 03:01 (GMT) |
TEXTURE PAINT: Tools with wrong cursor Texture paint tools were using DEFAULT cursor instead of PAINT_CROSS cursor as vertex paint, weight paint and sculpt modes. Before {F9591366} After {F9591370} Reviewed By: Blendify Differential Revision: https://developer.blender.org/D10172 |
January 26, 2021, 02:59 (GMT) |
Fix typos in driver_functions.py I'm learning how driver functions work, and I found a couple of typos in the driver_functions.py template file. Here's a quick patch to fix them up. Reviewed By: Blendify Differential Revision: https://developer.blender.org/D10149 |
January 26, 2021, 01:14 (GMT) |
EEVEE: Depth Of Field: Use bilinear filtering during resolve Instead of using stochastic resampling, use bilinear filtering to reduce noise amount and not waste the spatial coherency we have from the convolution passes. |
January 26, 2021, 00:23 (GMT) |
EEVEE: Depth Of Field: Filter weight buffer This allows us to filter foreground buffer and have better layer masks. This doubles the filter time but the pass is already quite inexpensive. Also we could add an early out condition using the tile buffers. |
January 26, 2021, 00:07 (GMT) |
EEVEE: Depth Of Field: Tweak: Reduce fast gather random radius a bit Seems to fit better the normal gather radius. |
January 26, 2021, 00:05 (GMT) |
EEVEE: Depth Of Field: Use bilinear filtering for fast gather This reduces the noise amount a bit. |
January 25, 2021, 23:23 (GMT) |
EEVEE: Depth Of Field: Use RGB only format when alpha isn't required This reduces the amount of VRAM needed for the effect. |
January 25, 2021, 23:22 (GMT) |
Cleanup: Declare variables where initialized |
January 25, 2021, 23:00 (GMT) |
EEVEE: Depth Of Field: Improve foreground gather pass performance By tracking the max (or min absolute) intersectable Circle of confusion radius instead of the simply dilated maximum, we can reduce the overhead of density changing gathering. |
January 25, 2021, 22:28 (GMT) |
Cleanup: Correct comments in ID type enum |
January 25, 2021, 22:23 (GMT) |
Cleanup: update comment from 77f73a92843965906189dd56dcc4d18eae2371cc |
January 25, 2021, 22:18 (GMT) |
Fix T85054: undo/redo app handlers broken Regression in recent commit c13383da416c9c99d03058caaf66c736af0272cb which swapped undo/redo when calling the handlers. Ref D10200 |
January 25, 2021, 22:12 (GMT) |
Merge branch 'blender-v2.92-release' |
January 25, 2021, 22:10 (GMT) |
Fix library name clipping most of the data-block name in data-block menus Issue is visible here https://developer.blender.org/F8626313. If there is enough space for both the item name and the library hint, display both. Otherwise, clip either the item name, the library hint, or both so that not more than 60% and 40% of the available width are used repectively. There are further improvements we could do, as noted in T84188, this just fixes the regression for the release. Part of T84188. There were multiple reports about this, see merged in and mentioned reports in T84188 and T78012. |
|
|
|


Master Commits
MiikaHweb | 2003-2021