Revision f2b71df by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:27 (GMT) |
Fix T79482: Triangulate quads with 'Beauty' can make zero area faces |
Revision 6cbbe04 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:26 (GMT) |
Fix crash switching render slots when there is only one slot |
Revision 5c917ef by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:25 (GMT) |
Fix T79575: Crash loading nested set-scenes |
Revision 16b4b41 by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:25 (GMT) |
EEVEE: LightCache: Add warning if the cache cannot be saved |
Revision 220470b by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:24 (GMT) |
Fix T78529: Blend file corrupted during save caused by high Cubemap Size This just avoid the corruption. A better fix still need to be finished. See P1564 |
Revision 02c3428 by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:19 (GMT) |
Fix T79246 GPUShader: compile error on AWS Elastic Graphics |
Revision c15352d by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:19 (GMT) |
Fix T79509 Workbench: Object color mode broken if more than 4096 objects This was due to the new DRWShadingGroup not being saved and reused for the next objects. |
Revision 0122615 by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:17 (GMT) |
Workbench: Fix broken id pass |
Revision 39d7c11 by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:13 (GMT) |
Fix T78884: GPencil weight paint crash when painting over modifier generated points The weight must be added only to the real points, not to the autogenerated points by modifiers. This affects, not only to subdivide, but to any modifier that generate points. |
Revision 1d816e3 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:10 (GMT) |
Fix T46568: UV select-linked failure to de-select Shift-L was de-selecting all instead of the linked UV's. |
Revision ee43580 by Philipp Oeser / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:04 (GMT) |
Fix usercount not decrementing in `gpencil_stroke_separate_exec` This is part of T79273 where separating a stroke would result in multiuser gpencil data for the original object. Real underlying issue seems to be that gpencil multiuser objects (also the ones created by Alt+D duplicating) have a problem evaluating modifiers correctly [this will need further investigation]. Not sure if this is a limitation of D5470? This patch only corrects the usercount on separating [which already fixes the scenario reported because singleuser gpencil modifiers work correctly]. Note: we could have also called `ED_object_add_duplicate` with the `USER_DUP_GPENCIL` dupflag -- that would have taken care of the usercount --, but then the whole following logic in `gpencil_stroke_separate_exec` would need to change from **adding** layers/frames/strokes to **removing** these. Part of T79273 Maniphest Tasks: T79273 Differential Revision: https://developer.blender.org/D8419 |
Revision 2c68c92 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:03 (GMT) |
Fix T79207: Crash converting curve to mesh |
Revision 4a08939 by Bastien Montagne / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 07:01 (GMT) |
Fix T78730: CLOG writes/reads outside allocated memory. Fix several issues in CLOG code: * In `clg_str_reserve`, allocated memory may be bigger than requested one, do not assign the latter back to `cstr->len_alloc`. * `clg_str_vappendf` was mis-interpreting returned value from `vsnprintf`, and completely mixing total allocated memory and extra needed amount of memory to allocate... Simplified code of `clg_str_vappendf` to only have allocating code handled in one place, makes things easier to follow too. Think this should also be beckported to 2.83. |
Revision a71490c by Brecht Van Lommel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:58 (GMT) |
Fix T78537: too much memory usage rendering animation with persistent images For still images, always return 0 for the current frame number. This ensures Cycles can detects that the image did not change. Based on patch by Vincent Blankfield. Differential Revision: https://developer.blender.org/D8242 |
Revision f47f9a0 by Pablo Dobarro / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:55 (GMT) |
Fix T79007: Smooth brushes crasing in dyntopo The custom smooth functions for bmesh and meshes where removed and replaced by a generic smooth function using the sculpt API, which needs to initialize the bmesh indices in order to be used Reviewed By: sergey Maniphest Tasks: T79007 Differential Revision: https://developer.blender.org/D8333 |
Revision 2d3deb2 by Germano Cavalcante / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:48 (GMT) |
Revision e48054e by Nathan Craddock / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:46 (GMT) |
Fix T79187: Outliner "Make Single User" crash When "ID Data" -> "Make Single User" is chosen with selected elements that are not curves, there is a crash. This fix ensures that the id in the callback function is an Action. |
Revision b7a7277 by Sergey Sharybin / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:45 (GMT) |
Fix interface artifacts on Intel GPUs This is a continuation of fix for T78307. Turns out instancing do not work at all, so enforce single widget drawing on macOS and Intel GPU. It was also reported that certain AMD and Mesa driver suffer from similar issue, so disabled instancing for this configuration as well. Differential Revision: https://developer.blender.org/D8374 |
Revision 287d5e8 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:41 (GMT) |
Fix T79260: Crash displaying the same mesh in two windows |
Revision ce44b1f by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) August 12, 2020, 06:26 (GMT) |
Fix T79254: FCurve editor crash when zooming out to limit |
|