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/editors/include/UI_resources.h
parentb137f06d7ecc7beae3b9fbeba0a71b324198c7e2 (diff)
Grease Pencil: Vertex size and colours are now themable
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index c3d6dd5da38..23936f76103 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -207,6 +207,10 @@ enum {
TH_HANDLE_VERTEX_SELECT,
TH_HANDLE_VERTEX_SIZE,
+ TH_GP_VERTEX,
+ TH_GP_VERTEX_SELECT,
+ TH_GP_VERTEX_SIZE,
+
TH_DOPESHEET_CHANNELOB,
TH_DOPESHEET_CHANNELSUBOB,