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>2007-09-19 14:54:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-09-19 14:54:49 +0400
commit1c603b63c712a539056e122f3facbfdfcc3dd912 (patch)
treedd78566f4686b02ba85329c539e6f210a3e3c685 /source/blender/include/blendef.h
parent2f46df39b4adae4e54a16cfbb2105159e66ae184 (diff)
Local Image View for UV/Editmode
When mapping multiple images on 1 mesh, the UV coordinates often overlap and in many cases you only want to edit the uv coords for the faces applied to that image, this is an option that only displays UV's for faces use the currently displayed image.
Diffstat (limited to 'source/blender/include/blendef.h')
-rw-r--r--source/blender/include/blendef.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 9ea736dc0fe..490d5532ce5 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -303,9 +303,9 @@
#define B_SIMAGEHOME 351
#define B_SIMABROWSE 352
#define B_SIMAGELOAD 353
-#define B_SIMAGEDRAW 354
-#define B_BE_SQUARE 355
-#define B_SIMAGEDRAW1 356
+#define B_SIMAGETILE1 354
+#define B_SIMAGETILE2 355
+#define B_BE_SQUARE 356
#define B_TWINANIM 357
#define B_SIMAGEREPLACE 358
#define B_CLIP_UV 359
@@ -337,6 +337,8 @@
#define B_SIMA_PLAY 386
#define B_SIMA_RECORD 387
#define B_SIMAPIN 388
+#define B_SIMA3DVIEWDRAW 389
+
/* BUTS: 400 */
#define B_BUTSHOME 401