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>2008-05-09 00:38:38 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-05-09 00:38:38 +0400
commit3331bfae4832165acf19f396c2c9d90265350363 (patch)
tree6b3befc057a20956aade57f992e1bad86facda2d /source/blender/src/parametrizer_intern.h
parent7a58893bf2fc01a57356d9fd6c07d8f34a80781b (diff)
Bugfix: unwrap pinning did not work correct with aspect ratio option.
Diffstat (limited to 'source/blender/src/parametrizer_intern.h')
-rw-r--r--source/blender/src/parametrizer_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/parametrizer_intern.h b/source/blender/src/parametrizer_intern.h
index 6114ecc8696..f7a32816b33 100644
--- a/source/blender/src/parametrizer_intern.h
+++ b/source/blender/src/parametrizer_intern.h
@@ -184,6 +184,8 @@ typedef struct PHandle {
PChart **charts;
int ncharts;
+ float aspx, aspy;
+
RNG *rng;
float blend;
} PHandle;