Blender Git Commits

Blender Git "master" branch commits.

Page: 294 / 5574

April 28, 2021, 15:19 (GMT)
VSE: Fix slow prefetching when strips are animated

Issue was caused by anim handle being reset by
`DEG_evaluate_on_framechange()`

Preserve anim handle by backing it up in
`blender::deg::SequenceBackup`

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D11059
April 28, 2021, 15:16 (GMT)
VSE: Fix colorbleed on scaled images

When frame is rendered to file, bilinear interpolation on scaled images
caused blurred edges.

This is fixed by not doing interpolation with pixels outside of source
buffer.

Such fix doesn't cover cropped images which are currently cropped by
filling area of image with black transparent color, because image buffer
has bigger size than visible image area.

This is fixed by offsetting range used in previous fix by amount, that
would correspond to crop distance. Because of this, image area doesn't
even need to be filled with transparency.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D11058
April 28, 2021, 15:10 (GMT)
Cleanup: Add float format

April 28, 2021, 14:53 (GMT)
GPencil: Fading based on distance to reference object in Opacity and Thickness modifiers

This patch allows you to dynamically control stroke's opacity and thickness using an object for distance reference in the modifier. Fading range is adjustable, and it is compatible with current curve/vertex group selection.

Reviewed By: #grease_pencil, antoniov, mendio

Maniphest Tasks: T82177, T80194

Differential Revision: https://developer.blender.org/D9091
Revision bb2f959 by YimingWu
April 28, 2021, 14:40 (GMT)
Fix T87832: Incorrect FOV in line art when sensor fit is not Auto.

Reviewed by Sebastian Parborg

https://developer.blender.org/D11095
Revision 67a52c8 by Falk David
April 28, 2021, 14:30 (GMT)
Merge branch 'blender-v2.93-release'
Revision e0fa295 by Falk David
April 28, 2021, 14:28 (GMT)
Fix T86881: Curve Edit handle offset when snapping

When an aligned (or auto) handle was snapped with only the control
point selected, it would not snap to the correct point, but offset. This
was because the handles were not considered selected. The `TD_SELECTED`
flag was not being set.

The fix makes sure that we include the handles in the selection when
the handle is aligned or auto.

Reviewed By: antoniov

Maniphest Tasks: T86881

Differential Revision: https://developer.blender.org/D11111
April 28, 2021, 13:53 (GMT)
Gpencil: Fix for SVG import arc and float errors

Fix for the Arc commands (A/a) to successfully parse the 4th and 5th arguments.
Fix for floats without a specified integer part, like `.123`

File for testing:
{F10042021}

Reviewed By: filedescriptor

Differential Revision: https://developer.blender.org/D11099
April 28, 2021, 13:42 (GMT)
Fix T87464 EEVEE: Crash with deformation Motion Blur

This was caused by the new depsgraph persistence.

The GPUbatches we got from the cache being the same for each frame
means that we need to be more careful about cleanning the additional
VBOs references.

Moving the `EEVEE_motion_blur_swap_data` function call at the end of
the loop makes sure the references are cleaned.
Revision 1b5b4b0 by Hans Goudey
April 28, 2021, 13:22 (GMT)
Spreadsheet: Add instance IDs from geometry set

Mostly the interesting information about the instances IDs whether they
are -1 or not, but it's still worth displaying them in the editor.
In the future when we can hide or show colums, we could decide to hide
this one by default.

Differential Revision: https://developer.blender.org/D11104
April 28, 2021, 13:08 (GMT)
Merge branch 'blender-v2.93-release'
April 28, 2021, 13:03 (GMT)
Merge branch 'blender-v2.93-release'
April 28, 2021, 13:02 (GMT)
Fix T87526: poor contrast in attribute search

Differential Revision: https://developer.blender.org/D11106
April 28, 2021, 13:02 (GMT)
Fix T87876: vertex groups missing when mesh is in edit mode

Differential Revision: https://developer.blender.org/D11107
April 28, 2021, 13:02 (GMT)
Fix T87767: spreadsheet not updating on texture changes

Differential Revision: https://developer.blender.org/D11108
April 28, 2021, 13:00 (GMT)
Fix T85688: ExportHelper adds multiple file name extensions

Replace the existing extension instead of adding it.
April 28, 2021, 12:31 (GMT)
WM: quiet event warning when unknown keys are pressed
April 28, 2021, 08:27 (GMT)
BLI: improve Vector.remove_and_reorder

The old version was correct as well but did a move even when not necessary.
April 28, 2021, 06:38 (GMT)
Remove SMAA generating message during compilation.
April 28, 2021, 06:37 (GMT)
Merge branch 'blender-v2.93-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021