Fix: Complete curves renaming missed in previous commit

This made cycles not render curves. Missed in fe1816f67f
This commit is contained in:
Hans Goudey 2022-02-09 17:56:19 -06:00
parent fe80ff446f
commit 2887df119c
Notes: blender-bot 2023-10-06 11:32:42 +02:00
Referenced by issue #95725, Changing render slot doesn't update displayed image
Referenced by issue #108407, Regression: Crash on deleting shape key from Blender File view.
Referenced by issue #110038, Regression: Crash when Sculpting on a mesh from a  GP Lineart Modifier
1 changed files with 1 additions and 1 deletions

View File

@ -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}")