[Bf-blender-cvs] [9adb81f5849] master: Modifiers: Rename Simulate category to Physics

Jacques Lucke noreply at git.blender.org
Mon May 4 12:24:31 CEST 2020


Commit: 9adb81f58494731438f3afdcbacb1599a4a32bb9
Author: Jacques Lucke
Date:   Mon May 4 12:24:12 2020 +0200
Branches: master
https://developer.blender.org/rB9adb81f58494731438f3afdcbacb1599a4a32bb9

Modifiers: Rename Simulate category to Physics

While the name "Simulate" might be more accurate, there is
a naming collision with the new modifier added in D7549.
Therefore, we decided to rename the category for now.

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

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 ccc141c1bb2..645527bce22 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -266,7 +266,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
      ICON_MOD_WAVE,
      "Wave",
      "Adds a ripple-like motion to an object’s geometry"},
-    {0, "", 0, N_("Simulate"), ""},
+    {0, "", 0, N_("Physics"), ""},
     {eModifierType_Cloth, "CLOTH", ICON_MOD_CLOTH, "Cloth", ""},
     {eModifierType_Collision, "COLLISION", ICON_MOD_PHYSICS, "Collision", ""},
     {eModifierType_DynamicPaint, "DYNAMIC_PAINT", ICON_MOD_DYNAMICPAINT, "Dynamic Paint", ""},



More information about the Bf-blender-cvs mailing list