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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-18 01:14:08 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-18 01:14:08 +0300
commit0f4f89f19a664ee300b1da0e71cbf87a3536ebee (patch)
tree0509b516e11365f5ec17563813c5e9505cc93bf0 /source/blender/editors/interface/resources.c
parenta6edbba8ec49f628259c61555e5f0b4ad27b6c09 (diff)
2.5: uv editor
- mouse select, loop select, select linked, unlink selection operators. - added edge selection mode. - fix 2.45 bug with unitialized theme colors, which caused the active face and face centers to be not drawn.
Diffstat (limited to 'source/blender/editors/interface/resources.c')
-rw-r--r--source/blender/editors/interface/resources.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 0e742937bdc..0152e347f38 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -511,8 +511,10 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tima.vertex, 0xff, 0x70, 0xff, 255);
SETCOL(btheme->tima.vertex_select, 0xff, 0xff, 0x70, 255);
btheme->tima.vertex_size= 2;
+ btheme->tima.facedot_size= 2;
SETCOL(btheme->tima.face, 0, 50, 150, 40);
SETCOL(btheme->tima.face_select, 200, 100, 200, 80);
+ SETCOL(btheme->tima.editmesh_active, 255, 255, 255, 128);
/* space imageselect */
btheme->timasel= btheme->tv3d;