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:
authorAntonioya <blendergit@gmail.com>2018-08-03 18:37:21 +0300
committerAntonioya <blendergit@gmail.com>2018-08-03 18:37:21 +0300
commitf2a8e55fc528b8f73554821453238763d8a0ce94 (patch)
treefbdd742f9f0c4d2464717f3758f3b66cab4ea2fa /source/blender/makesdna/DNA_object_types.h
parent7288d4d8c4a390fb58509120809360a56c00e3cf (diff)
New grease pencil primitive STROKE
This creates a simple stroke with several colors to have a basic structure to start drawing.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 47fb2feb7f4..1f6f7cd9bf2 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -474,7 +474,8 @@ enum {
/* gpencil add types */
enum {
GP_EMPTY = 0,
- GP_MONKEY = 1
+ GP_STROKE = 1,
+ GP_MONKEY = 2
};
/* boundtype */