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-02-10 02:56:19 +0300
committerHans Goudey <h.goudey@me.com>2022-02-10 02:56:19 +0300
commit2887df119c3b4e30d77d63cc4bffb28070dec850 (patch)
tree71869ada97e15c3ab1cef6e339701ab652809a39
parentfe80ff446f9736eccd685e8a2c40b4143a88b999 (diff)
Fix: Complete curves renaming missed in previous commit
This made cycles not render curves. Missed in fe1816f67fbc6aaf383ec7
-rw-r--r--intern/cycles/blender/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index fe7d0b89bb0..1c6016261f0 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -140,7 +140,7 @@ if(WITH_OPENIMAGEDENOISE)
endif()
if(WITH_EXPERIMENTAL_FEATURES)
- add_definitions(-DWITH_HAIR_NODES)
+ add_definitions(-DWITH_NEW_CURVES_TYPE)
endif()
blender_add_lib(bf_intern_cycles "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")