Blender Git Commit Log

All Blender Git commits.

Page: 1389 / 8462

August 6, 2020, 23:23 (GMT)
Merge branch 'blender-v2.90-release'
August 6, 2020, 22:59 (GMT)
EEVEE: Render: Fix regression caused by previous Motion blur fix

Caused by rB4f59e4bddcb0c06e441adf68a5f252a4e5b4b260
August 6, 2020, 21:12 (GMT)
WIP: Merged Dynamic paint and Physics Spec into ModifierSpec
August 6, 2020, 21:06 (GMT)
Merge branch 'blender-v2.90-release'
August 6, 2020, 21:06 (GMT)
Fix T78452 EEVEE: Motion Blur: Crash when using camera switching

This was caused by the ViewLayer being freed with all its
engine data.
August 6, 2020, 21:06 (GMT)
Fix T78160 EEVEE: Motion Blur: Bug with Follow Path animation

Follow path seems to not be catched by `BKE_object_moves_in_time`.
For this reason, we cache all transforms for all object and check
ourselves if an animation occurs. This is almost what cycles does.

We also fix the rigid body case if the rigid body use deformation.
August 6, 2020, 19:59 (GMT)
Outliner: Show mode icon on hover

Swap the dot out for the mode icon on hover. Based on studio feedback.
Not sure if it should be only hover on the icon, or hover on the whole
row.
August 6, 2020, 19:59 (GMT)
Outliner: Remove "Color Tag" label
August 6, 2020, 19:53 (GMT)
Outliner: Show Mode Column by default
August 6, 2020, 19:14 (GMT)
I've made ADMMPD data copyable to interface with CoW. However, free is getting called before the copy. What's going on with that?
August 6, 2020, 17:52 (GMT)
Merge branch 'blender-v2.90-release'
August 6, 2020, 17:52 (GMT)
GPencil: Fix unreported wrong Polyline bottom tooltip

It was mising the Wheelmouse option and the name of the tool was wrong.
August 6, 2020, 17:44 (GMT)
GPencil: Fix unreported wrong Polyline bottom tooltip

It was mising the Wheelmouse option and the name of the tool was wrong.
August 6, 2020, 17:30 (GMT)
Outliner: Fix bone constraint selection not activating bone

If the clicked constraint is a bone, the parent bone should be activated
to ensure the properties tab switch works.
August 6, 2020, 17:19 (GMT)
Fix T79586: "rendering paused" not shown when viewport render starts paused
August 6, 2020, 17:19 (GMT)
Fix T77885: crash rendering grease pencil from compositor with multiple scenes
Revision 8719ac9 by Pablo Dobarro (master)
August 6, 2020, 17:15 (GMT)
Merge branch 'blender-v2.90-release'
August 6, 2020, 17:14 (GMT)
Fix Pose Brush FK mode detecting wrong rotation origin

The Pose FK mode assings the rotation origin to the boundary of the last
visited face set in the floodfill operation. In some cases, the topology
of the model may make the flood fill operation to visit a face set as the
first one (assinging it to target) and visit it again as the last one
(assinging it to origin). This will make the pose brush to default the
origin and target to the brush location and not to the face sets as it
considers that there is only one possible boundary.
This adds a GSet to ensure that a particular face set is not visited
twice in the flood fill, fixing these cases.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D7984
August 6, 2020, 16:40 (GMT)
WIP Experimental: add basic UI/UX layout for log filtering
August 6, 2020, 16:06 (GMT)
Cleanup: Use utility function for outliner context menu

Rather than looping over the tree, use the existing function to find the
element at the y coordinate of the click.

Also cleanup the function arguments which has the nice effect of fixing
the broken reports.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021