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:
authorJoshua Leung <aligorith@gmail.com>2015-01-03 08:07:05 +0300
committerJoshua Leung <aligorith@gmail.com>2015-01-03 15:17:50 +0300
commitc50003cd09ab8d3477406f58f00e530e5e67b45f (patch)
treeffbb83f8e9b9d18d4a93c38114a0fffd3e8ef16a /source/blender/makesdna
parentb137f06d7ecc7beae3b9fbeba0a71b324198c7e2 (diff)
Grease Pencil: Vertex size and colours are now themable
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 73902e9c090..7e589ad1b53 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -295,7 +295,10 @@ typedef struct ThemeSpace {
char bundle_solid[4];
char path_before[4], path_after[4];
char camera_path[4];
- char hpad[3];
+ char hpad[2];
+
+ char gp_vertex_size;
+ char gp_vertex[4], gp_vertex_select[4];
char preview_back[4];
char preview_stitch_face[4];