Here is an update to Blender 3.3.16.

Blender 3.3.16 LTS - February 2024

Fix: memory leak during Property Search. 
[e10b2fc1a3cee6f0a802cd853a0be3dc788204f9]
Assign Shortcut Missing when Right Clicking Undo History. [#97431]
Regression: Guiding in manta is broken. [#106425]
External Particle Cache Playback Is Broken (2.8). [#68436]
Blender Crash When Changing Color Palette in Edit Mode. [#117526]
Unable to enter node group by clicking on the icon after exiting it using the 
shortcut ctrl+tab. [#117530]
bpy.ops.paint.image_paint with a texture requires initialization with manual 
paint stroke otherwise color not quite right. [#54554]
Fix buffer overflow passing a vertical segment to convexhull_2d. [6fba82404d9]
Regression: Crash on deleting shape key from Blender File view. [#108407]
Regression: Crash on deleting shape key from Blender File view. [#108407]
object.override_library.resync(???) ??? crashes when view_layer is not 
specified. [#118055]


Blender 3.3.15 LTS - January 2024

Crash: Opening a 3.3 project crashes 3.6/4.0. [#114582]
Cycles: add ROCm 6 compatibility for HIP. 
[9673fa2720b99d935e69f3c3d9ef0a0d61c2e3cf]
Make the preference option ???remap relative??? apply for all save operations. 
[80e39f14e45]
foreach_get/set doesn???t work for enum. [#92621]
Extrude to Cursor tool: it don???t allow to correct position of new vertex 
after LMB pressed. [#114282]


Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/blender/Makefile,v
retrieving revision 1.120
diff -u -p -u -p -r1.120 Makefile
--- Makefile    7 Feb 2024 18:09:05 -0000       1.120
+++ Makefile    1 Mar 2024 04:17:21 -0000
@@ -7,8 +7,7 @@ DPB_PROPERTIES = parallel
 
 COMMENT =      3D creation software
 
-DISTNAME =     blender-3.3.14
-REVISION =     0
+DISTNAME =     blender-3.3.16
 
 CATEGORIES =   graphics
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/blender/distinfo,v
retrieving revision 1.35
diff -u -p -u -p -r1.35 distinfo
--- distinfo    25 Dec 2023 18:33:55 -0000      1.35
+++ distinfo    1 Mar 2024 04:17:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (blender-3.3.14.tar.xz) = qdbNt1aqvtZJ+DstHz94HtCN18WBaEMc3UWAlHBqk7o=
-SIZE (blender-3.3.14.tar.xz) = 41949696
+SHA256 (blender-3.3.16.tar.xz) = pSJ3SvSJ5Gf8q6r4DvI3mTw4ZjHtClZW6baYhCsEKRc=
+SIZE (blender-3.3.16.tar.xz) = 41924328

Reply via email to