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>2008-04-13 19:14:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-13 19:14:32 +0400
commit6b81045bc39f24290782fcc7a45687267ca9e8f1 (patch)
tree014a1ce0210e7eb035d5ba1b12758fa073ea4fdc /source/blender/src/drawimage.c
parent209ff9e66301986af513ca93a1f34fe065798414 (diff)
* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.
* Added fromDupli MTex setting to python api * Shift+RMB was setting the active face in the UV view. * Armature scripts menu was broken
Diffstat (limited to 'source/blender/src/drawimage.c')
-rw-r--r--source/blender/src/drawimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawimage.c b/source/blender/src/drawimage.c
index 9f5d538768d..a3862346c93 100644
--- a/source/blender/src/drawimage.c
+++ b/source/blender/src/drawimage.c
@@ -887,7 +887,7 @@ void draw_uvs_sima(void)
}
glLineWidth(1);
- cpack(0xFFFFFF);
+ cpack(0xA8A8A8);
for (efa= em->faces.first; efa; efa= efa->next) {
// tface= CustomData_em_get(&em->fdata, efa->data, CD_MTFACE);
// if (simaFaceDraw_Check(efa, tface)) {