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>2020-11-05 07:15:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-05 07:39:04 +0300
commit8d88d9fd339dc2296e17667ad51d6cd1090ede3d (patch)
tree06aeae8cc921d2d1b3c47cb87d5124bad09c9c87 /source/blender/editors/transform/transform.h
parent29780b8101eb7fa14a8729ff2cd7b73ef4e84c5a (diff)
Fix T65205: "To Sphere" radius too large with proportional editing
The radius is now calculated based on the vertices being transformed by proportional editing, updated when the falloff changes.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 17ef9a3034f..275ddb993b2 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -282,8 +282,6 @@ typedef struct TransInfo {
short state;
/** Current context/options for transform. */
int options;
- /** Initial value for some transformations (and rotation angle). */
- float val;
void (*transform)(struct TransInfo *, const int[2]);
/** Transform function pointer. */
eRedrawFlag (*handleEvent)(struct TransInfo *, const struct wmEvent *);