January 20, 2021, 13:50 (GMT) |
EEVEE: Depth Of Field: Fix ring opacity issues Accumulate transparency instead of occlusion to avoid precision error an make closer objects more water tight. Also fixed reversed occlusion ring accumulation. |
January 20, 2021, 13:32 (GMT) |
EEVEE: Depth Of Field: Disable filtering for foreground This is to avoid darkening of the edges. This might be fixed if we also filter the weight buffer (TODO). |
January 20, 2021, 12:12 (GMT) |
Merge branch 'master' into temp-fill-outside |
January 20, 2021, 12:12 (GMT) |
Merge branch 'master' into greasepencil-object |
January 20, 2021, 12:11 (GMT) |
Merge branch 'master' into temp-gpencil-interpolate |
January 20, 2021, 12:11 (GMT) |
Merge branch 'master' into temp-gpencil-io |
January 20, 2021, 12:03 (GMT) |
GPencil: Fix missing segment exporting cyclic strokes When use perimeter, the cyclic segment was missing. Now a new point is added to the temp stroke to have a full closed figure. |
January 20, 2021, 11:29 (GMT) |
GPencil: Close normalized strokes in PDF |
January 20, 2021, 11:20 (GMT) |
GPencil: Cleanup comment missing in previous commit |
January 20, 2021, 11:20 (GMT) |
Gpencil:Cleanup - Rename function |
January 20, 2021, 11:16 (GMT) |
GPencil: Compute points in render size when camera view Now the size is constant in camera view to the render size. |
January 20, 2021, 00:43 (GMT) |
EEVEE: Depth Of Field: Add Bokeh shape texture precomputation To support geometric bokeh shapes, we now use a texture to guide the gathered samples and modify the scattered pixels shapes. This is done by a very fast precomputation pass that outputs the bokeh shape to a texture that is then sampled by the convolution pass. |
January 19, 2021, 21:56 (GMT) |
Add more error messages |
January 19, 2021, 20:58 (GMT) |
Don't copy error map when copying node tree |
January 19, 2021, 19:01 (GMT) |
Fix node height not increasing |
January 19, 2021, 18:49 (GMT) |
GPencil: Code cleanup |
January 19, 2021, 18:45 (GMT) |
Use original node tree from depsgraph |
January 19, 2021, 18:23 (GMT) |
GPencil: Add invert axis to previous commit |
January 19, 2021, 18:19 (GMT) |
GPencil: First steps to prepare export in camera view This is the initial work to keep camera size independent of viewport zoom level. |
January 19, 2021, 16:42 (GMT) |
Merge branch 'master' into node-error-messages-v2 |
|