[Bf-blender-cvs] [a702b095a1e] master: UI: Remove 'Simulation' from 'Fluid Simulation' modifier

Aaron Carlisle noreply at git.blender.org
Sat Apr 4 18:49:04 CEST 2020


Commit: a702b095a1e2cb1b1cbb572ccb464e300f9fcb42
Author: Aaron Carlisle
Date:   Sat Apr 4 12:31:33 2020 -0400
Branches: master
https://developer.blender.org/rBa702b095a1e2cb1b1cbb572ccb464e300f9fcb42

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

This is conistent with other modifiers and is reduntent
with the 'Simulate' menu header.

===================================================================

M	source/blender/makesrna/intern/rna_modifier.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 562fff1bf50..36db4e5b33a 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -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",



More information about the Bf-blender-cvs mailing list