Blender Git Commit Log

All Blender Git commits.

Page: 969 / 8462

Revision 3d7d0f1 by Hans Goudey (master)
January 26, 2021, 17:56 (GMT)
Merge branch 'blender-v2.92-release'
Revision a6016bf by Hans Goudey (master)
January 26, 2021, 17:55 (GMT)
UI: Fix ugly alignment of timeline popover buttons

Apparently things have changed since {rB98d205508977a6f72bf55},
and putting the buttons in two separate rows is no longer enough
to keep the right-most popover button in the timeline header from
aligning with the menu buttons. This just adds a separator large
enough to avoid the alignment.
Revision 60d85a3 by Falk David (master)
January 26, 2021, 17:38 (GMT)
Merge branch 'blender-v2.92-release'
Revision 23e108c by Falk David (master)
January 26, 2021, 17:37 (GMT)
Fix T85082: Perspective distortion while drawing

When the drawing plane was set to view and the user would pan their
camera sideways, the drawing would be more and more distorted and
projected further back.

The fix projects the strokes to view when the user is looking through
the camera or has the drawing plane set to view.

Reviewed By: antoniov

Maniphest Tasks: T85082

Differential Revision: https://developer.blender.org/D10213
January 26, 2021, 17:35 (GMT)
Merge branch 'master' into temp-fill-outside
Revision ef28da2 by Falk David (master)
January 26, 2021, 17:32 (GMT)
Fix T85082: Perspective distortion while drawing

When the drawing plane was set to view and the user would pan their
camera sideways, the drawing would be more and more distorted and
projected further back.

The fix projects the strokes to view when the user is looking through
the camera or has the drawing plane set to view.

Reviewed By: antoniov

Maniphest Tasks: T85082

Differential Revision: https://developer.blender.org/D10213
January 26, 2021, 17:28 (GMT)
EEVEE: Depth Of Field: Scatter: Speedup: Reduce pixel shader complexity
January 26, 2021, 17:26 (GMT)
EEVEE: Depth Of Field: Scatter: Speedup: Reduce pixel shader complexity
January 26, 2021, 17:25 (GMT)
Fix T85049: Geometry Nodes: How to handle instances with shear? (part2)

Update to changes in master.

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D10211
January 26, 2021, 17:23 (GMT)
Merge branch 'blender-v2.92-release'
January 26, 2021, 17:21 (GMT)
Update node UI redesign patch to latest master
January 26, 2021, 17:21 (GMT)
Fix T85049: Geometry Nodes: How to handle instances with shear?

Use transform matrices instead of loc, rot, scale variables to store instance transforms.

Reviewed By: JacquesLucke

Differential Revision: https://developer.blender.org/D10211
January 26, 2021, 17:18 (GMT)
EEVEE: Depth Of Field: Cleanup: Use same tile prediction for gather

This use the same code to early out of gathering for a tile. This
make sure we don't do any expensive work for nothing.
January 26, 2021, 16:51 (GMT)
Merge branch 'blender-v2.92-release'
January 26, 2021, 16:50 (GMT)
Fix T84847: Crash after splitting effect strip

`seq->tmp` was left in invalid state after
`SEQ_sequence_base_dupli_recursive()` which is run by
`scene_copy_data()`

Ensure all strips have `seq->tmp` set to `NULL` before splitting strips.
January 26, 2021, 16:50 (GMT)
Fix T79922: Cache of meta strip not invalidated

Meta strip cache is not invalidated if strip inside of meta strip is
invalidated.

Find all metastrips that contain invalidated strip and invalidate them
recursively.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D10192
January 26, 2021, 16:50 (GMT)
Fix T84160: Wrong DOF when camera is overriden

Workbench engine used active camera to setup DOF effect even when
camera was overridden.

Store camera override in `WORKBENCH_PrivateData` and use it in
`workbench_dof_engine_init()`

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D9952
January 26, 2021, 16:50 (GMT)
VSE: Fix memory leak when building proxies

With no valid strips selected, file_list is not freed.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D10191
January 26, 2021, 16:50 (GMT)
Fix T84979: No sound after changing strip datablock

Tag relations to update to load new sound.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D10182
January 26, 2021, 16:49 (GMT)
Fix T84935: improve previous fix for boolean custom data layers

This improves the fix introduced in rBdc8b31af578bfcf9f77dbce6d7b7da1006a3c8c1.
While it did not result in other bugs afaik, I thought it would be
good to make the fix more specific, in case some other code did
expect `layer->data` to be null. This updated fix checks for the
very specific case the fix was intended for.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021