Blender Git Commit Log

All Blender Git commits.

Page: 1331 / 8462

August 24, 2020, 20:04 (GMT)
Start preparing the Asset Browser UI

* Make sure exactly the wanted regions are visible
* Make sure toggling back and forth between the Asset and the File Browser
works fine (with correct region setup and other settings)
* Hide File Browser only region contents (e.g. panels on the left)
* Use thumbnail mode as default for the Asset Browser
August 24, 2020, 18:07 (GMT)
Merge branch 'asset-metadata' into asset-browser
August 24, 2020, 18:07 (GMT)
Updates for changes in master

Needed after last merge.
August 24, 2020, 17:25 (GMT)
T79811 MacOS: Edit Mode - vertex/edge/face selection is missing

This is quite embarassing... it was returning the base instance instead of
the correct vao. No wonder that it was causing crash and at most drawing
issues.
August 24, 2020, 17:20 (GMT)
GPencil: Fix angle initialization
August 24, 2020, 17:19 (GMT)
GPencil: Cleanup compiler warnings
August 24, 2020, 17:15 (GMT)
Add Asset Browser as sub-editor for the File Browser

This is the code design we agreed on to go with for now. See T73366.
August 24, 2020, 17:10 (GMT)
Merge branch 'master' into asset-metadata
August 24, 2020, 17:02 (GMT)
BLI: simplify lookup methods in Map

No functional changes expected.
August 24, 2020, 16:28 (GMT)
Merge branch 'blender-v2.90-release'
August 24, 2020, 16:27 (GMT)
Fix T80039: Do not subdivide with Multires is mesh has no faces

This skips the subdivision operation if the mesh has no loops, avoiding
the crash.

Reviewed By: sergey

Maniphest Tasks: T80039

Differential Revision: https://developer.blender.org/D8696
August 24, 2020, 15:54 (GMT)
Fix T79819: crash with OSL trace() and getmessage() after Embree changes

The return value of scene_intersect must be checked, the isect struct members
can't be assumed to be initialized if that returns false.

Differential Revision: https://developer.blender.org/D8692
August 24, 2020, 15:24 (GMT)
BLI: improve exception safety of Set and Map

For more information see rB2aff45146f1464ba8899368ad004522cb6a1a98c.
August 24, 2020, 14:56 (GMT)
Fix T80076: Cycles Alembic Motion Blur Problem

The problem occurs when a deforming modifier is added to the object
after the MeshSequenceCache modifier. We should only consider the cached
velocities if the MeshSequenceCache modifier is the last one on the
object and we also need to check for the correct vertex count before
adding the motion vertex attribute.
August 24, 2020, 14:56 (GMT)
Cycles: cleanup, remove unused parameter

This parameter was introduced during a revision of the Alembic motion
blur patch, and is not needed anymore.
August 24, 2020, 14:43 (GMT)
Merge branch 'soc-2020-greasepencil-curve' of git.blender.org:blender into soc-2020-greasepencil-curve
August 24, 2020, 14:43 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
August 24, 2020, 14:42 (GMT)
GPencil: Rename parameters
August 24, 2020, 14:40 (GMT)
Merge branch 'blender-v2.90-release'
August 24, 2020, 14:38 (GMT)
API Docs: Update Changelog from 2.83
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021