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.h
parent7a58893bf2fc01a57356d9fd6c07d8f34a80781b (diff)
Bugfix: unwrap pinning did not work correct with aspect ratio option.
Diffstat (limited to 'source/blender/src/parametrizer.h')
-rw-r--r--source/blender/src/parametrizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/parametrizer.h b/source/blender/src/parametrizer.h
index 766d461416d..80fab110d5f 100644
--- a/source/blender/src/parametrizer.h
+++ b/source/blender/src/parametrizer.h
@@ -26,6 +26,8 @@ typedef enum ParamBool {
ParamHandle *param_construct_begin();
+void param_aspect_ratio(ParamHandle *handle, float aspx, float aspy);
+
void param_face_add(ParamHandle *handle,
ParamKey key,
int nverts,