From 5c80543c4366ee52bcc9d436c8fd7a740f7bbd9e Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Fri, 1 Apr 2022 08:40:45 -0500 Subject: Cleanup: Move geometry set fields to a separate header This commit moves declarations that depend on `FN_field.hh` out of `BKE_geometry_set.hh` into `BKE_geometry_fields.hh`. This helps to reduce the number of areas that need to depend on the functions module, which recently came in in review of D11591. In the future we may have a library of standard field inputs in order to make composing algorithms easier, so it makes sense to have a header that could contain them and some basic related utilities relating the concepts of geometry and fields. Reducing use of unnecessary headers may also reduce compilation time. Differential Revision: https://developer.blender.org/D14517 --- source/blender/nodes/NOD_geometry_exec.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/nodes/NOD_geometry_exec.hh') diff --git a/source/blender/nodes/NOD_geometry_exec.hh b/source/blender/nodes/NOD_geometry_exec.hh index dc0965f5d71..96a1904abdd 100644 --- a/source/blender/nodes/NOD_geometry_exec.hh +++ b/source/blender/nodes/NOD_geometry_exec.hh @@ -6,6 +6,7 @@ #include "FN_multi_function_builder.hh" #include "BKE_attribute_access.hh" +#include "BKE_geometry_fields.hh" #include "BKE_geometry_set.hh" #include "BKE_geometry_set_instances.hh" -- cgit v1.2.3