From 81ea699ebf555c1947afca2e73cf10fa90758008 Mon Sep 17 00:00:00 2001 From: Habib Gahbiche Date: Sat, 9 Nov 2024 14:15:27 +0100 Subject: [PATCH] Cleanup: WITH_COMPOSITOR_CPU now refers to Full-Frame compositor, not tiled. Pull Request: https://projects.blender.org/blender/blender/pulls/129554 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab30031dc02..6bfd9e512d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -332,7 +332,7 @@ unset(_option_default) option(WITH_GMP "Enable features depending on GMP (Exact Boolean)" ON) # Compositor -option(WITH_COMPOSITOR_CPU "Enable the tile based CPU nodal compositor" ON) +option(WITH_COMPOSITOR_CPU "Enable the Full-Frame CPU nodal compositor" ON) option(WITH_OPENIMAGEDENOISE "Enable the OpenImageDenoise compositing node" ON) option(WITH_OPENSUBDIV "Enable OpenSubdiv for surface subdivision" ON)