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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 20:26:00 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 20:26:00 +0400
commit37f702addd43c4247357877d199690a47d665d69 (patch)
tree0d13cc98b945c8cbdb08199479a02ea7c622567e /source/blender/makesdna
parent00bb315f4d8a00c083147c05e07634e09bdd7244 (diff)
parentbd81afdd5e668578cf25abf3680c691c4191ad06 (diff)
Merging r47683 through r47690 from trunk into soc-2011-tomato
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 011bbcd442a..a315feed6c5 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1071,7 +1071,7 @@ typedef enum eSpaceClip_Dopesheet_Flag {
SC_DOPE_SORT_INVERSE = (1 << 0),
} eSpaceClip_Dopesheet_Flag;
-/* SPaceClip->gpencil_src */
+/* SpaceClip->gpencil_src */
typedef enum eSpaceClip_GPencil_Source {
SC_GPENCIL_SRC_CLIP = 0,
SC_GPENCIL_SRC_TRACK = 1,