From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- .../blender/blender-idprop_create-static-assert-float.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 community/blender/blender-idprop_create-static-assert-float.patch (limited to 'community/blender/blender-idprop_create-static-assert-float.patch') diff --git a/community/blender/blender-idprop_create-static-assert-float.patch b/community/blender/blender-idprop_create-static-assert-float.patch deleted file mode 100644 index 5be594e5..00000000 --- a/community/blender/blender-idprop_create-static-assert-float.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -rauN blender/source/blender/blenkernel/intern/idprop_create.cc blender-idprop_create-static-assert-float-patch/source/blender/blenkernel/intern/idprop_create.cc ---- blender/source/blender/blenkernel/intern/idprop_create.cc 2022-04-03 14:32:20.257350527 +0200 -+++ blender-idprop_create-static-assert-float-patch/source/blender/blenkernel/intern/idprop_create.cc 2022-04-03 14:35:17.851234918 +0200 -@@ -92,7 +92,7 @@ - Span values) - { - static_assert(std::is_same_v || std::is_same_v || -- std::is_same_v, -+ std::is_same_v || std::is_same_v, - "Allowed values for PrimitiveType are int32_t, float and double."); - static_assert(!std::is_same_v || id_property_subtype == IDP_INT, - "PrimitiveType and id_property_type do not match (int32_t)."); -- cgit v1.2.3-70-g09d2