From 57e925b38feb19b94bc2c1ff5e0e885f140470b6 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 5 Jul 2024 18:09:34 +0200 Subject: [PATCH] Fix: don't show grease pencil domain in Domain Size node This fixes part of #123935. The change has to be reverted in the `main` branch. --- source/blender/makesrna/intern/rna_space.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/blender/makesrna/intern/rna_space.cc b/source/blender/makesrna/intern/rna_space.cc index 18a7b6060e9..4c84abb0431 100644 --- a/source/blender/makesrna/intern/rna_space.cc +++ b/source/blender/makesrna/intern/rna_space.cc @@ -85,11 +85,6 @@ const EnumPropertyItem rna_enum_geometry_component_type_items[] = { ICON_EMPTY_AXIS, "Instances", "Instances of objects or collections"}, - {int(blender::bke::GeometryComponent::Type::GreasePencil), - "GREASEPENCIL", - ICON_GREASEPENCIL, - "Grease Pencil", - "Grease Pencil component containing layers and curves data"}, {0, nullptr, 0, nullptr, nullptr}, };