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-03-12 04:43:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-12 04:43:11 +0300
commit268fdb742532860120071c2886ee1811a6ead3b3 (patch)
treeb9f879f09fa2269aa455cf74c274fdbce6fa502f /source/blender/makesdna/DNA_image_types.h
parentffd91ac7260d2d147a45be5f505b205bcb602e2c (diff)
added no-xtile and no-ytile to the images realtime properties and python api.
Diffstat (limited to 'source/blender/makesdna/DNA_image_types.h')
-rw-r--r--source/blender/makesdna/DNA_image_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index d99e19ce456..78672d7cde8 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -117,6 +117,8 @@ typedef struct Image {
#define IMA_TWINANIM 2
#define IMA_COLCYCLE 4 /* Depreciated */
#define IMA_MIPMAP_COMPLETE 8 /* all mipmap levels in OpenGL texture set? */
+#define IMA_NOREPEAT_U 16
+#define IMA_NOREPEAT_V 32
/* ima->type and ima->source moved to BKE_image.h, for API */