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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-29 08:01:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-29 08:01:52 +0400
commit4506f730556aab929ee987323dcfb87fe0880114 (patch)
tree5427996381ee45e0d5ef32d983da9950dd85aadf /source/blender/editors/include
parente8105fbf5054eab80e742df3c6312d5fc64ebf05 (diff)
add edge-angle drawing in editmode for manifold edges.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_resources.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index d84e392ae34..51d16094609 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -185,6 +185,7 @@ enum {
TH_EDGE_CREASE,
TH_DRAWEXTRA_EDGELEN,
+ TH_DRAWEXTRA_EDGEANG,
TH_DRAWEXTRA_FACEAREA,
TH_DRAWEXTRA_FACEANG,