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.
This commit is contained in:
Jacques Lucke 2024-07-05 18:09:34 +02:00
parent da2a262658
commit 57e925b38f

@ -85,11 +85,6 @@ const EnumPropertyItem rna_enum_geometry_component_type_items[] = {
ICON_EMPTY_AXIS, ICON_EMPTY_AXIS,
"Instances", "Instances",
"Instances of objects or collections"}, "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}, {0, nullptr, 0, nullptr, nullptr},
}; };