Blender Git Commits

Blender Git "master" branch commits.

Page: 78 / 5574

October 28, 2021, 23:53 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 23:53 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 23:52 (GMT)
Fix T92468: Annotation Drag option broken in Node Editors

Also enable fallback tool for link-cut.
Revision b43077b by Hans Goudey
October 28, 2021, 23:23 (GMT)
Fix T92552: Spline evaluation with all points at the origin

In this case, the uniform index sampling loop would fail to assign any
data to the samples, so fill the rest with the largest value possible,
corresponding to the end of the spline. Animation Nodes has the same
fix for this case.
October 28, 2021, 20:42 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 20:41 (GMT)
Tests: minor updates to benchmark script for running on buildbot

* graph command accepts folder of json files as input
* reset command clears log files
October 28, 2021, 20:38 (GMT)
Fix T92513: Cycles stereo pole merge not rotating along with camera
October 28, 2021, 19:53 (GMT)
Fix T92255: Cycles Christensen-Burley render errors with scaled objects
October 28, 2021, 19:43 (GMT)
Fix T92491: Cycles panoramic camera inside volume fails with near clipping
October 28, 2021, 19:33 (GMT)
Fix T92158: Cycles crash with Fast GI and area light MIS
Revision 731926e by Hans Goudey
October 28, 2021, 19:25 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 19:24 (GMT)
Fix: Improve node socket icon scaling group input/output list

This patch makes `widget_nodesocket` base the size of the drawn
socket icon on the rectangle that?s passed in to allow it to scale
with the rest of the interface.

Differential Revision: https://developer.blender.org/D11734
October 28, 2021, 19:20 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 19:13 (GMT)
Fix install paths for blender thumbnailer when not building a portable install

When doing a non portable build of blender, the executable
blender-thumbnailer would be installed in two locations:
/usr/bin/
/usr/

While cleaning up, also make the blender thumbnailer dll optional on
windows to bring the logic in line with what it is on linux and mac.

Reviewed By: Campbell Barton, Ray molenkamp

Differential Revision: https://developer.blender.org/D13014
October 28, 2021, 14:02 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 14:01 (GMT)
Fix T92526: Cycles viewport denoiser red tint after recent changes
October 28, 2021, 14:01 (GMT)
Fix T92503: Cycles OSL crash with material previews
October 28, 2021, 14:01 (GMT)
Cleanup: compiler warnings in with Cycles OSL and clang
October 28, 2021, 13:52 (GMT)
Merge branch 'blender-v3.0-release'
October 28, 2021, 13:51 (GMT)
Fix 92550: GPencil Vertex Group is not apply as expected when is inverted

When use Invert option, the weight must be inverted not omitted. This change invert the value if the point had assigned weight to get the right result.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021