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:
authorJoseph Eagar <joeedh@gmail.com>2010-01-12 02:09:46 +0300
committerJoseph Eagar <joeedh@gmail.com>2010-01-12 02:09:46 +0300
commited12e1978fec2eed33439f5e342cd84ef443d04e (patch)
tree27692ecf2fa1ebe3c264de0312ede39c262ea9aa /source/blender/makesrna
parent73852e75d1b50ac5b3b73e4474efdaf8cbedb164 (diff)
pre-merge commit
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 25fac31b7ba..b87f1058070 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -45,7 +45,7 @@
#include "WM_api.h"
#include "WM_types.h"
-
+//bleh
EnumPropertyItem object_mode_items[] = {
{OB_MODE_OBJECT, "OBJECT", ICON_OBJECT_DATAMODE, "Object", ""},
{OB_MODE_EDIT, "EDIT", ICON_EDITMODE_HLT, "Edit", ""},