Blender Git Commit Log

All Blender Git commits.

Page: 957 / 8462

February 1, 2021, 10:07 (GMT)
Merge branch 'master' into temp-gpencil-interpolate
February 1, 2021, 10:06 (GMT)
Merge branch 'master' into temp-gpencil-fill
February 1, 2021, 10:06 (GMT)
Merge branch 'master' into greasepencil-object
February 1, 2021, 10:03 (GMT)
Merge branch 'blender-v2.92-release'
February 1, 2021, 10:02 (GMT)
VSE: Fix proxy images have incorrect size

This bug happens when media size doesn't match scene size and proxies
are enabled. This is because some strips are rendered in preview size
already - effects, mask or strips using proxies.
If strip input is prescaled it needs to be known when transforming
images, which does also scaling to preview size as one operation.

whether image needs prescaling is defined in function
`seq_need_scale_to_render_size()`

Problem was introduced in 571362642201. Previously all images were
scaled to fit into preview, and this was considered as baseline for
further image transformation.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D10183
February 1, 2021, 10:01 (GMT)
Merge branch 'blender-v2.92-release'
February 1, 2021, 10:00 (GMT)
Fix T85252: Gpencil interpolate sequence crash in new scenes

The value of the step was not initializated for new scenes.
February 1, 2021, 09:27 (GMT)
Fix T85035: Gpencil render in background render wrong frame

Due a thread priority, the calculation of the current frame is not done before the frames are available. This produces wrong render frames.

The solution is verify the current frame before doing the real render. This adds only a few milliseconds, but it assures the frame is correct.

As the problem is only when render in background, the recalculation of the frame is only necessary when do real render and not a viewport render, so there is no impact in the animation FPS.
February 1, 2021, 09:00 (GMT)
Merge branch 'blender-v2.92-release'
February 1, 2021, 08:59 (GMT)
Fix regression: Crash garbage collecting VBOs on never evaluated scenes

Introduced in rB087777f2b9b8.

Fixes issues with scene from T82808.
January 31, 2021, 18:28 (GMT)
GPencil: Use Onion option to attenuate Multiframe

Revision cd7728b by Antonio Vazquez (temp-gpencil-fill)
January 31, 2021, 18:13 (GMT)
GPencil: Change color in Multiframe for previous/next frames

Still WIP
Revision 28d21cd by Antonio Vazquez (temp-gpencil-fill)
January 31, 2021, 18:13 (GMT)
GPencil:In multiframe fill don't use as selected active frame

January 31, 2021, 14:55 (GMT)
GPencil: Move below the layer when use Duplicate Empty Keyframes

For this mode is better add the layer below.
January 31, 2021, 14:53 (GMT)
Docs: Remove wrong debug flag info

Removed the `--debug-gpu-shaders` argument in bc94036a76b6 but forgot to amend
these changes.
January 31, 2021, 14:53 (GMT)
Merge branch 'master' into xr-actions-D9124
January 31, 2021, 14:51 (GMT)
Fix merge-related error
January 31, 2021, 13:36 (GMT)
Merge branch 'blender-v2.92-release'

# Conflicts:
# source/blender/editors/transform/transform_constraints.c
January 31, 2021, 13:31 (GMT)
Fix T83092: Direction of rotation with View orientation changed in 2.91

This solution replaces {rBf9e994d0f463}.

That commit created an inverted orientation matrix but the 'Align to
Transform Orientation' operator doesn't work well with inverted matrices.

This new solution makes the rotate operator use the negative vector of the
axis.
January 31, 2021, 13:31 (GMT)
Merge branch 'master' into xr-actions-D9124
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021