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-13 15:50:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-03-13 15:50:36 +0300
commit5ae20c6eaf82118ff725a5fb167e80f2c871c42b (patch)
tree581fb7e25abebabc3f61c9a8ee57d5c61a8edd53 /source/blender/makesdna/DNA_image_types.h
parenta8b41017f193681bc130f25f121de1cfd7a8b866 (diff)
renamed norepeatX/Y to ClampX/Y
Diffstat (limited to 'source/blender/makesdna/DNA_image_types.h')
-rw-r--r--source/blender/makesdna/DNA_image_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_image_types.h b/source/blender/makesdna/DNA_image_types.h
index 78672d7cde8..a18493ea189 100644
--- a/source/blender/makesdna/DNA_image_types.h
+++ b/source/blender/makesdna/DNA_image_types.h
@@ -117,8 +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
+#define IMA_CLAMP_U 16
+#define IMA_CLAMP_V 32
/* ima->type and ima->source moved to BKE_image.h, for API */