Blender Git Commit Log

All Blender Git commits.

Page: 986 / 8462

January 20, 2021, 13:40 (GMT)
Fix T84049: Crash when using Cycles Progressive Refine with OptiX+CPU

Tile stealing may steal a CPU tile buffer and move it to the GPU, but next time around that
tile may be re-used on the CPU again (in progressive refinement mode). The buffer would
still be on the GPU then though, so is inaccessible to the CPU. As a result Blender crashed
when the CPU tried to write results to that tile buffer.
This fixes that by ensuring a stolen tile buffer is moved back to the device it is used on before
rendering.
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, 13:07 (GMT)
Tracking: Fix missing average of track offset
January 20, 2021, 12:48 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 12:46 (GMT)
Fix Lock to Selection does not work in mask mode

A regression since 2.80: need to use evaluated mask to calculate
its bounds. Non-evaluated mask does not contain state for the
current frame, so iterating over control points of the original
mask gives points state from the time they were edited last (aka,
not affected by the animation).
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:56 (GMT)
Fix T73575: Zooming out a lot faster than zooming in

- Zooming out a lot faster than zooming in,
it had the wrong aspect ratio, make all the preparations
with the factors instead of deltas.
- Improved following the `zoom_invert`
(should not apply to `MOUSEZOOM`) and "trackpad natural scroll"
preferences.
- `zoomfac` adjustment, same as in `view_zoomdrag_modal`.

Ref D8686
January 20, 2021, 11:56 (GMT)
Fix T65837: Zoom Axis is not working in the Node Editor

It was already fixed for the mouse in
bcda8cc89b88c999ff64edcc19973d6289bcbf2a, T65837
now the same logic is applied for the track-pad.

Ref D8685
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, 11:10 (GMT)
Merge branch 'blender-v2.92-release'
January 20, 2021, 10:47 (GMT)
Add Object Tool: minor improvements to tool-tips
Revision 685419d by William Reynish / Campbell Barton (master)
January 20, 2021, 09:51 (GMT)
UI: Object "Make Links" sub-menu overhaul

- Rename to "Link/Transfer Data".
- Move Mesh Data Transfer operators here from the Relations sub-menu.
- Clarify which operations links to, copies or transfers/projects
data using Link, Copy and Transfer leading text.
- Re-order contents to fit each category and add separators.
- Add enum tool-tips.

Reviewed By: Blendify, campbellbarton pablovazquez, mont29

Ref D10090
January 20, 2021, 09:43 (GMT)
Cleanup: clang-format
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021