Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-04-01 16:40:45 +0300
committerHans Goudey <h.goudey@me.com>2022-04-01 16:40:45 +0300
commit5c80543c4366ee52bcc9d436c8fd7a740f7bbd9e (patch)
treee27866a595a07cb5f15a0a473fdab4e7d50acc9b /source/blender/blenkernel/CMakeLists.txt
parent3ecdfd09386ee75629c09040163542d001726bbe (diff)
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
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 0c1601eeece..3be1c4b1278 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -370,6 +370,7 @@ set(SRC
BKE_fcurve_driver.h
BKE_fluid.h
BKE_freestyle.h
+ BKE_geometry_fields.hh
BKE_geometry_set.h
BKE_geometry_set.hh
BKE_geometry_set_instances.hh