From 6be8dd16e77fca0fce65f94e0ff1992fae9c97e3 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 20 Feb 2025 09:32:21 +0100 Subject: [PATCH] Fix (experimental) Point Cloud properties editor not showing This was introduced on: 1584cd9aa504. --- source/blender/editors/object/CMakeLists.txt | 2 +- source/blender/editors/space_buttons/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt index 8e9067ff15d..d8322663c10 100644 --- a/source/blender/editors/object/CMakeLists.txt +++ b/source/blender/editors/object/CMakeLists.txt @@ -80,7 +80,7 @@ endif() if(WITH_EXPERIMENTAL_FEATURES) add_definitions(-DWITH_SIMULATION_DATABLOCK) - add_definitions(-DWITH_pointcloud) + add_definitions(-DWITH_POINTCLOUD) endif() blender_add_lib(bf_editor_object "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") diff --git a/source/blender/editors/space_buttons/CMakeLists.txt b/source/blender/editors/space_buttons/CMakeLists.txt index 21f9ad00ad2..66632c909eb 100644 --- a/source/blender/editors/space_buttons/CMakeLists.txt +++ b/source/blender/editors/space_buttons/CMakeLists.txt @@ -41,7 +41,7 @@ endif() if(WITH_EXPERIMENTAL_FEATURES) add_definitions(-DWITH_SIMULATION_DATABLOCK) - add_definitions(-DWITH_pointcloud) + add_definitions(-DWITH_POINTCLOUD) endif() blender_add_lib(bf_editor_space_buttons "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")