On Thu, Jun 27, 2024 at 10:20:23PM -0400, Brad Smith wrote:
> Here is an update to Blender 3.3.20.
>
>

Is there a reason we can't go to blender 4?

> Blender 3.3.20 LTS - June 25, 2024
>
> - Fix #102872: Custom Normals Average operator ui shows wrong properties. 
> [#121864]
> - layout.template_search() causes crash if target is a PointerProperty. 
> [#122150]
> - Hair Curves: Grow brush doesn't work if curves have only two points. 
> [#122598]
> - Pie menu performs multiple actions at the same time if it appears near the 
> edge of screen and hotkey is used. [#122526]
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/graphics/blender/Makefile,v
> retrieving revision 1.124
> diff -u -p -u -p -r1.124 Makefile
> --- Makefile  29 May 2024 08:04:35 -0000      1.124
> +++ Makefile  28 Jun 2024 02:14:25 -0000
> @@ -7,8 +7,7 @@ DPB_PROPERTIES = parallel
>
>  COMMENT =    3D creation software
>
> -DISTNAME =   blender-3.3.16
> -REVISION =   2
> +DISTNAME =   blender-3.3.20
>  CATEGORIES = graphics
>
>  HOMEPAGE =   https://www.blender.org/
> @@ -40,12 +39,13 @@ COMPILER =        base-clang ports-gcc
>
>  CONFIGURE_ARGS =     -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \
>                       -DPYTHON_VERSION=${MODPY_VERSION} \
> -                     -DWITH_INTERNATIONAL=OFF \
> -                     -DWITH_OPENMP=OFF \
> -                     -DWITH_SYSTEM_GLEW=ON \
>                       -DWITH_CYCLES_EMBREE=OFF \
> +                     -DWITH_INSTALL_PORTABLE=OFF \
> +                     -DWITH_INTERNATIONAL=OFF \
>                       -DWITH_JACK=OFF \
> -                     -DWITH_PULSEAUDIO=OFF
> +                     -DWITH_OPENMP=OFF \
> +                     -DWITH_PULSEAUDIO=OFF \
> +                     -DWITH_SYSTEM_GLEW=ON
>
>  # Disable PCH, build issue with cmake 3.28
>  CONFIGURE_ARGS +=    -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/graphics/blender/distinfo,v
> retrieving revision 1.36
> diff -u -p -u -p -r1.36 distinfo
> --- distinfo  23 Mar 2024 13:34:46 -0000      1.36
> +++ distinfo  28 Jun 2024 02:14:25 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (blender-3.3.16.tar.xz) = pSJ3SvSJ5Gf8q6r4DvI3mTw4ZjHtClZW6baYhCsEKRc=
> -SIZE (blender-3.3.16.tar.xz) = 41924328
> +SHA256 (blender-3.3.20.tar.xz) = 4oACMsujHrxKu7f8yYg5m4twGelvM1fwad3m4XKm+qY=
> +SIZE (blender-3.3.20.tar.xz) = 41912112
>

Reply via email to