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>2005-04-24 15:57:23 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-04-24 15:57:23 +0400
commit0016d29b518f871bb88d9d9388b9a1d873b6d884 (patch)
tree5f43a5ac8393600a24fe0095836132e2cf3b43b0 /source/blender/makesdna
parent6379ff9b7046e9286aaa117e98cdaa932480008c (diff)
Make view translation and zooming 'smooth' in the uv editor. Power-of-two
zoom levels can be found in the View > View Navigation menu. Also Ctrl+MMB zooming was added. Added the E-key, LSCM unwrap popup back again.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index b4280756586..13047c6a793 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -215,10 +215,9 @@ typedef struct SpaceImage {
struct Image *image;
float zoom;
- float pad2; /* padding is with 8 bytes aligned */
short mode, pin;
short imanr, curtile;
- short xof, yof;
+ float xof, yof;
short flag, lock;
} SpaceImage;