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-12-01 15:45:17 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2005-12-01 15:45:17 +0300
commita09fbc080dea64078a6cfb307a720194ee30e6db (patch)
treed1b3d61b00d95522d4496b3b029f6a2da9cc7743 /source/blender/src/parametrizer_intern.h
parent1a59b16b4831987a12906a1821755c4b249287bb (diff)
Small addition to stretch minimize: with pad +/- or the wheel mouse
you can now blend between the original and minimized. Stretch minimizing trades conformality (= perfect squares in checkerboard texture) for a better sampling of the texture (= often not so well shaped checkerboard), so it is useful to let the user find a balance between the two.
Diffstat (limited to 'source/blender/src/parametrizer_intern.h')
-rw-r--r--source/blender/src/parametrizer_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/parametrizer_intern.h b/source/blender/src/parametrizer_intern.h
index 4086372e2d5..d873c1dab47 100644
--- a/source/blender/src/parametrizer_intern.h
+++ b/source/blender/src/parametrizer_intern.h
@@ -180,6 +180,7 @@ typedef struct PHandle {
MemArena *arena;
PBool implicit;
RNG *rng;
+ float blend;
} PHandle;
#endif /*__PARAMETRIZER_INTERN_H__*/