[Bf-blender-cvs] [4c08b79] alembic_basic_io: Slight UI fix.

Kévin Dietrich noreply at git.blender.org
Wed Jun 8 15:02:53 CEST 2016


Commit: 4c08b79f40323d70713fae8e381db3e148feb09d
Author: Kévin Dietrich
Date:   Wed Jun 8 15:01:30 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB4c08b79f40323d70713fae8e381db3e148feb09d

Slight UI fix.

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

M	source/blender/modifiers/intern/MOD_meshsequencecache.c

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

diff --git a/source/blender/modifiers/intern/MOD_meshsequencecache.c b/source/blender/modifiers/intern/MOD_meshsequencecache.c
index b99d116..32342f8 100644
--- a/source/blender/modifiers/intern/MOD_meshsequencecache.c
+++ b/source/blender/modifiers/intern/MOD_meshsequencecache.c
@@ -162,7 +162,7 @@ static void foreachIDLink(ModifierData *md, Object *ob,
 }
 
 ModifierTypeInfo modifierType_MeshSequenceCache = {
-    /* name */              "Mesh Cache Seq",
+    /* name */              "Mesh Sequence Cache",
     /* structName */        "MeshSeqCacheModifierData",
     /* structSize */        sizeof(MeshSeqCacheModifierData),
     /* type */              eModifierTypeType_DeformOrConstruct,




More information about the Bf-blender-cvs mailing list