From 8738a668d8209b41e7554b3711213b43800b3bd4 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 21 Oct 2020 13:47:50 +0200 Subject: Preferences: separate feature flags for geometry nodes and point cloud type Those two features are not directly related and one might be activated in master earlier than the other. WITH_PARTICLE_NODES was removed, because we continue the project under the name "Geometry Nodes". --- source/blender/modifiers/intern/MOD_simulation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_simulation.cc') diff --git a/source/blender/modifiers/intern/MOD_simulation.cc b/source/blender/modifiers/intern/MOD_simulation.cc index 28b4c329730..10a4b3f7cf9 100644 --- a/source/blender/modifiers/intern/MOD_simulation.cc +++ b/source/blender/modifiers/intern/MOD_simulation.cc @@ -158,7 +158,7 @@ ModifierTypeInfo modifierType_Simulation = { /* name */ "Simulation", /* structName */ "SimulationModifierData", /* structSize */ sizeof(SimulationModifierData), -#ifdef WITH_PARTICLE_NODES +#ifdef WITH_GEOMETRY_NODES /* srna */ &RNA_SimulationModifier, #else /* srna */ &RNA_Modifier, -- cgit v1.2.3