October 16, 2019, 16:58 (GMT) |
Fix T70249 EEVEE: Light bleeding on SSS translucency This was caused by 2 things: Shadow map bias and aliasing. It made the expected depth of the shadowmap further than the surface itself in some cases. In normal time this leads to light leaking on normal shadow mapping but here we need to always have the shadowmap depth above the shading point. To fix this, we use a 5 tap inflate filter using the minimum depth of all 5 samples. Using these 5 taps, we can deduce entrance surface derivatives and there orientation towards the light ray. We use these derivatives to bias the depth to avoid wrong depth at depth discontinuity in the shadowmap. This bias can lead to some shadowleaks that are less distracting than the lightleaks it fixes. We also add a small bias to counteract the shadowmap depth precision. |
October 16, 2019, 16:58 (GMT) |
Fix T68380 Skin modifier root not displayed |
October 16, 2019, 16:58 (GMT) |
Fix T70543 Rigid Body Collision Shape Not Displayed In Viewport |
October 16, 2019, 16:33 (GMT) |
GPencil: Don't apply smooth to position for guides |
October 16, 2019, 16:07 (GMT) |
GPencil: Disable Arc fake points for guides WIP: Need points for fast circles. |
October 16, 2019, 15:37 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.81-release' |
October 16, 2019, 15:31 (GMT) |
Fix multi-object edit mode and local view/collections Before this patch you could go to a local view with a single object, while you had other objects also in edit mode, and your operators would affect all objects even the ones outside your local view (same for local collection). Differential Revision: https://developer.blender.org/D6064 |
October 16, 2019, 14:40 (GMT) |
Merge branch 'master' into greasepencil-object |
October 16, 2019, 14:32 (GMT) |
GPencil: Remove Smart Smooth Brush parameter This parameter is not required because a value of 0.15 is working fine in any OS (this parameter was added to UI to make test of different values). |
October 16, 2019, 13:40 (GMT) |
Workbench: Background Dithering Background dithering was introduced to solve banding issues on gradient backgrounds. This patch will enable dithering based on the texture that is used for drawing. Only when using a GPU_RGBA8 texture the dithering will be enabled. This disables dithering for final rendering, vertex and texture paint modes. Reviewed By: fclem Differential Revision: https://developer.blender.org/D6056 |
October 16, 2019, 12:36 (GMT) |
Fix too dark rendering on the Monado runtime Just like the Windows Mixed Reality runtime, we have to apply a sRGB OETF to get visually correct-ish looking colors. We plan to further investigate if it's really WMR and Monado being wrong here, or if it's Oculus (which doesn't need this additional transform), but there are some details to check. |
October 16, 2019, 12:35 (GMT) |
Merge branch 'feature/cycles_feature_overrides' into blender-v2.80-develop |
October 16, 2019, 12:30 (GMT) |
Cycles: Renamed diffuse surface override. CBLND-76 |
October 16, 2019, 12:16 (GMT) |
October 16, 2019, 12:16 (GMT) |
Cleanup: warnings |
October 16, 2019, 12:06 (GMT) |
UI: Remember ID-Filter in-between File Browser calls This adds the ID-Filters visible on append/link to the settings the file browser remembers, potentially storing them in the Preferences. Artists in the studio here requested this. They typically have to set up the same or similar settings every time, so this saves them from that. |
Revision 586a9c1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) October 16, 2019, 11:05 (GMT) |
pass context into multi functions |
Revision 376f481 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) October 16, 2019, 10:57 (GMT) |
experiment with an interface to specify external data dependencies |
Revision b08bcb1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) October 16, 2019, 10:37 (GMT) |
remove unused code |
Revision c1d570e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) October 16, 2019, 10:19 (GMT) |
separate concept of data types from parameter types |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021