From 525560d5c3b04e7cabd654d2c720c7917a32f96e Mon Sep 17 00:00:00 2001 From: Iliya Katueshenock Date: Sat, 6 Apr 2024 14:02:13 +0300 Subject: [PATCH] init --- source/blender/nodes/geometry/node_geometry_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/nodes/geometry/node_geometry_util.cc b/source/blender/nodes/geometry/node_geometry_util.cc index c5637d0a2d3..d9df4d183a6 100644 --- a/source/blender/nodes/geometry/node_geometry_util.cc +++ b/source/blender/nodes/geometry/node_geometry_util.cc @@ -58,7 +58,7 @@ const EnumPropertyItem *attribute_type_type_with_socket_fn(bContext * /*C*/, bool generic_attribute_type_supported(const EnumPropertyItem &item) { - if (item.value == SOCK_MATRIX) { + if (item.value == CD_PROP_FLOAT4X4) { return U.experimental.use_new_matrix_socket; } return ELEM(item.value, -- 2.30.2