[Bf-blender-cvs] [f4db26f01b7] fluid-mantaflow: Mantaflow: Fixed issues raised in part 3 of the review (D3852)

Sebastián Barschkis noreply at git.blender.org
Tue Dec 10 21:44:45 CET 2019


Commit: f4db26f01b7887c3268af42fc3280b97fb3f1e10
Author: Sebastián Barschkis
Date:   Tue Dec 10 21:44:36 2019 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rBf4db26f01b7887c3268af42fc3280b97fb3f1e10

Mantaflow: Fixed issues raised in part 3 of the review (D3852)

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

M	release/scripts/startup/bl_operators/presets.py
M	source/blender/modifiers/intern/MOD_manta.c

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

diff --git a/release/scripts/startup/bl_operators/presets.py b/release/scripts/startup/bl_operators/presets.py
index bb04488812d..7260cc341ef 100644
--- a/release/scripts/startup/bl_operators/presets.py
+++ b/release/scripts/startup/bl_operators/presets.py
@@ -399,7 +399,7 @@ class AddPresetFluid(AddPresetBase, Operator):
 class AddPresetManta(AddPresetBase, Operator):
     """Add or remove a Mantaflow Preset"""
     bl_idname = "manta.preset_add"
-    bl_label = "Add Mantaflow Preset"
+    bl_label = "Add Fluid Preset"
     preset_menu = "MANTA_MT_presets"
 
     preset_defines = [
diff --git a/source/blender/modifiers/intern/MOD_manta.c b/source/blender/modifiers/intern/MOD_manta.c
index 39b4b2d502e..97c6c3bd584 100644
--- a/source/blender/modifiers/intern/MOD_manta.c
+++ b/source/blender/modifiers/intern/MOD_manta.c
@@ -183,7 +183,7 @@ static void foreachIDLink(ModifierData *md, Object *ob, IDWalkFunc walk, void *u
 }
 
 ModifierTypeInfo modifierType_Manta = {
-    /* name */ "Manta",
+    /* name */ "Fluid",
     /* structName */ "MantaModifierData",
     /* structSize */ sizeof(MantaModifierData),
     /* type */ eModifierTypeType_Constructive,



More information about the Bf-blender-cvs mailing list