aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-04-08 17:51:03 +0200
committerbartus2020-04-08 17:51:03 +0200
commitce45b4b7d20fa119bcce26e901003200f0f1c59f (patch)
tree8fc12f307ef824961cecdfec3330de9501f92b0f
parentbdcca0e55361f41e93b6bb732637a3c493ea6124 (diff)
downloadaur-ce45b4b7d20fa119bcce26e901003200f0f1c59f.tar.gz
Update blender.changelog
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--blender.changelog8
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d30e9f238b4..57bf57d4ffcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blender-2.8-git
pkgdesc = Development version of Blender 2.8 branch
- pkgver = 2.83.r94385.g1e4f6b231ce
+ pkgver = 2.83.r94548.g671d811323e
pkgrel = 1
url = https://blender.org/
changelog = blender.changelog
diff --git a/PKGBUILD b/PKGBUILD
index d471fad06eb2..19f998a88ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ _CMAKE_FLAGS+=( -DWITH_ALEMBIC_HDF5=ON )
((DISABLE_CUDA)) && optdepends+=('cuda: CUDA support in Cycles') || { makedepends+=('cuda') ; ((DISABLE_OPTIX)) || makedepends+=('optix>=7.0'); }
pkgname=blender-2.8-git
-pkgver=2.83.r94385.g1e4f6b231ce
+pkgver=2.83.r94548.g671d811323e
pkgrel=1
pkgdesc="Development version of Blender 2.8 branch"
changelog=blender.changelog
diff --git a/blender.changelog b/blender.changelog
index 0d8fdea7433b..559dfcc68d28 100644
--- a/blender.changelog
+++ b/blender.changelog
@@ -1,4 +1,12 @@
# Version 2.83 upcoming.
+
+- Sculpting: Laplacian Smooth brush [diff](https://developer.blender.org/D7057)
+- Sculpting: Pose brush: Face Sets IK alignment [diff](https://developer.blender.org/D7235)
+- Sculpting: Face Sets initialization [diff](https://developer.blender.org/D7209)
+- Sculpting: Voxel Remesher operator [diff](https://developer.blender.org/D6449)
+- Sculpting: Auto masking for all brushes.
+- Eevee: Hair alpha hash shadow [diff](https://developer.blender.org/D5221)
+
- UI: VR scene inspection [wiki](https://wiki.blender.org/wiki/Reference/Release_Notes/2.83/Virtual_Reality)
- UI: Global undo speedup [task](https://developer.blender.org/T60695)
- Shading: OpenVDB object support [wiki](https://wiki.blender.org/wiki/Reference/Release_Notes/2.83/Volumes)