UI: Remove 'Simulation' from 'Fluid Simulation' modifier

This is conistent with other modifiers and is reduntent
with the 'Simulate' menu header.
This commit is contained in:
Aaron Carlisle 2020-04-04 12:31:33 -04:00
parent fe98d8c0ea
commit a702b095a1
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
ICON_MOD_EXPLODE,
"Explode",
"Break apart the mesh faces and let them follow particles"},
{eModifierType_Fluid, "FLUID", ICON_MOD_FLUIDSIM, "Fluid Simulation", ""},
{eModifierType_Fluid, "FLUID", ICON_MOD_FLUIDSIM, "Fluid", ""},
{eModifierType_Ocean, "OCEAN", ICON_MOD_OCEAN, "Ocean", "Generate a moving ocean surface"},
{eModifierType_ParticleInstance,
"PARTICLE_INSTANCE",