Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-11 19:27:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-11 19:27:08 +0400
commit19400d418d4ac5e3b064dd41f825d2a257472127 (patch)
treefd343ae5b036e2fca043e578d4a5db578c2c28ec /source/blender/makesrna/intern/rna_object_api.c
parentfa169fdcb69ef3310b747c9433eddbc4b0435a95 (diff)
fix for debug assignment left in from own commit r44778
also removed private face normal update functions - they were same as public.
Diffstat (limited to 'source/blender/makesrna/intern/rna_object_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_object_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c
index f33cf1a3993..ed806c96beb 100644
--- a/source/blender/makesrna/intern/rna_object_api.c
+++ b/source/blender/makesrna/intern/rna_object_api.c
@@ -527,7 +527,7 @@ void RNA_api_object(StructRNA *srna)
static EnumPropertyItem mesh_dm_info_items[] = {
{0, "SOURCE", 0, "Source", "Source mesh"},
{1, "DEFORM", 0, "Deform", "Objects deform mesh"},
- {2, "FINAL", 0, "Final", "Objects final mesh"},
+ {2, "FINAL", 0, "Final", "Objects final mesh"},
{0, NULL, 0, NULL, NULL}
};
#endif