From e0edac4952a26a2e6e627a74ad84c8bba2886e80 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 8 May 2013 21:41:47 +0000 Subject: UI naming consistency: * ShapeKey -> Shape Key. Was called "Shape Key" in most places already. Pointed out by Dalai, thanks! --- source/blender/blenkernel/intern/depsgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/depsgraph.c') diff --git a/source/blender/blenkernel/intern/depsgraph.c b/source/blender/blenkernel/intern/depsgraph.c index 1bae4ec68cc..6759e10ab4d 100644 --- a/source/blender/blenkernel/intern/depsgraph.c +++ b/source/blender/blenkernel/intern/depsgraph.c @@ -2205,7 +2205,7 @@ static void dag_id_flush_update(Scene *sce, ID *id) } } - /* set flags based on ShapeKey */ + /* set flags based on Shape Key */ if (idtype == ID_KE) { for (obt = bmain->object.first; obt; obt = obt->id.next) { Key *key = BKE_key_from_object(obt); -- cgit v1.2.3