Merge branch 'blender-v4.0-release'

This commit is contained in:
Thomas Dinges
2023-11-08 14:59:16 +01:00
2 changed files with 34 additions and 15 deletions

View File

@@ -22,7 +22,7 @@
</p>
</description>
<url type="homepage">https://www.blender.org</url>
<url type="bugtracker">https://projects.blender.org/blender/blender/issues?q=&labels=296</url>
<url type="bugtracker">https://projects.blender.org/blender/blender/issues?q=&amp;labels=296</url>
<url type="faq">https://www.blender.org/support/faq/</url>
<url type="help">https://www.blender.org/support/</url>
<url type="donation">https://fund.blender.org/</url>
@@ -48,6 +48,24 @@
</screenshot>
</screenshots>
<releases>
<release version="4.0" date="2023-11-14">
<description>
<p>New features:</p>
<ul>
<li>New Principled BSDF. More energy conserving, more efficient, and more flexible.</li>
<li>A new view transform has been added: AgX, providing better color handling in over-exposed areas compared to Filmic.</li>
<li>Cycles now has support for Light Linking</li>
<li>Geometry Nodes Tools</li>
</ul>
<p>Enhancements:</p>
<ul>
<li>The Voronoi Texture node has support for fractal noise.</li>
<li>Cycles Path Guiding now works on glossy surfaces in addition to diffuse surfaces.</li>
<li>Performance and drawing optimizations in the Graph Editor.</li>
<li>Support for Bone collections.</li>
</ul>
</description>
</release>
<release version="3.6" date="2023-06-27">
<description>
<p>New features:</p>
@@ -58,7 +76,7 @@
</ul>
<p>Enhancements:</p>
<ul>
<li> PLY I/O:About 4x-20x faster export, 8x-30x faster import</li>
<li>PLY I/O:About 4x-20x faster export, 8x-30x faster import</li>
<li>Improved UV packing</li>
<li>Python API: Custom script directories</li>
<li>USD Curves/Hair export</li>

View File

@@ -34,7 +34,8 @@ https://github.com/AcademySoftwareFoundation/MaterialX
https://software.intel.com/en-us/oneapi/onetbb
** OpenCL Wrangler; version 27a6867 -- https://github.com/OpenCLWrangler/clew
** OpenImageDenoise; version 1.4.3 -- https://www.openimagedenoise.org/
** OpenSSL; version 3.0.9 -- https://www.openssl.org/
** OpenImageIO; version 2.4.15.0 -- http://www.openimageio.org
** OpenSSL; version 3.1.2 -- https://www.openssl.org/
** OpenXR SDK; version 1.0.17 -- https://khronos.org/openxr
** RangeTree; version 40ebed8aa209 -- https://github.com/ideasman42/rangetree-c
** SDL Extension Wrangler; version 15edf8e --
@@ -270,6 +271,8 @@ limitations under the License.
Written by George van Venrooij
* For OpenImageDenoise see also this required NOTICE:
Copyright 2009-2020 Intel Corporation
* For OpenImageIO see also this required NOTICE:
OpenImageIO is (c) Copyright Contributors to the OpenImageIO project.
* For OpenSSL see also this required NOTICE:
Copyright (c) 1998-2023 The OpenSSL Project Authors
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
@@ -407,9 +410,6 @@ Copyright Contributors to the OpenColorIO Project.
** OpenEXR; version 3.1.7 --
https://github.com/AcademySoftwareFoundation/openexr
Copyright Contributors to the OpenEXR Project. All rights reserved.
** OpenImageIO; version 2.4.11.0 -- http://www.openimageio.org
Copyright (c) 2008-present by Contributors to the OpenImageIO project. All
Rights Reserved.
** Pystring; version 1.1.3 -- https://github.com/imageworks/pystring
Copyright (c) 2008-2010, Sony Pictures Imageworks Inc
All rights reserved.
@@ -417,7 +417,7 @@ All rights reserved.
Copyright (c) 2002-2020 Xiph.org Foundation
** VPX; version 1.11.0 -- https://github.com/webmproject/libvpx
Copyright (c) 2010, The WebM Project authors. All rights reserved.
** WebP; version 1.2.2 -- https://github.com/webmproject/libwebp
** WebP; version 1.3.2 -- https://github.com/webmproject/libwebp
Copyright (c) 2010, Google Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -1595,7 +1595,7 @@ License.
------
** Eigen, template library for linear algebra: matrices, vectors, numerical
solvers, and related algorithms; version 3.2.7 --
solvers, and related algorithms; version 3.4.0 --
http://eigen.tuxfamily.org/index.php?title=Main_Page
Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>, Copyright
(C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com
@@ -2808,7 +2808,7 @@ That's all there is to it!
** FFmpeg; version 6.0 -- http://ffmpeg.org/
Copyright: The FFmpeg contributors
https://github.com/FFmpeg/FFmpeg/blob/master/CREDITS
** Libsndfile; version 1.1.0 -- http://libsndfile.github.io/libsndfile/
** Libsndfile; version 1.2.2 -- http://libsndfile.github.io/libsndfile/
Copyright (C) 2011-2016 Erik de Castro Lopo <erikd@mega-nerd.com>
GNU LESSER GENERAL PUBLIC LICENSE
@@ -3462,8 +3462,8 @@ SOFTWARE.
------
** {fmt}; version 9.1.0 -- https://github.com/fmtlib/fmt
Copyright (c) 2012 - present, Victor Zverovich
** {fmt}; version 10.0.0 -- https://github.com/fmtlib/fmt
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
** Brotli; version 1.0.9 -- https://github.com/google/brotli
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
** Epoxy; version 1.5.10 -- https://github.com/anholt/libepoxy
@@ -3480,7 +3480,7 @@ https://github.com/intel/gmmlib
Copyright (c) 2017 Intel Corporation.
Copyright (c) 2016 Gabi Melman.
Copyright 2008, Google Inc. All rights reserved.
** JSON for Modern C++; version 3.10.2 -- https://github.com/nlohmann/json/
** JSON for Modern C++; version 3.11.2 -- https://github.com/nlohmann/json/
Copyright (c) 2013-2021 Niels Lohmann
** libdecor; version 0.1.0 -- https://gitlab.freedesktop.org/libdecor/libdecor
Copyright © 2010 Intel Corporation
@@ -3978,9 +3978,10 @@ Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/
** Haru; version 2.3.0 -- http://libharu.org/
Copyright 2000-2006 (c) Takeshi Kanno
Copyright 2007-2009 (c) Antony Dovgal et al.
** NanoSVG; version 3cdd4a9d788 -- https://github.com/memononen/nanosvg
** NanoSVG; version 9da543e8329fdd81b64eb48742d8ccb09377aed1 --
https://github.com/memononen/nanosvg
Copyright (c) 2013-14 Mikko Mononen memon@inside.org
** SDL; version 2.0.20 -- https://www.libsdl.org
** SDL; version 2.28.2 -- https://www.libsdl.org
Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org>
** TinyXML; version 2.6.2 -- https://sourceforge.net/projects/tinyxml/
Lee Thomason, Yves Berquin, Andrew Ellerton.
@@ -4276,7 +4277,7 @@ MIT Expat
------
** Python; version 3.10.12 -- https://www.python.org
** Python; version 3.10.13 -- https://www.python.org
Copyright (c) 2001-2021 Python Software Foundation. All rights reserved.
A. HISTORY OF THE SOFTWARE