Align vertices between two edgesHow fill face between irregular curves?Is it possible to bevel vertices in a plane?Why is it creating two vertices in the same spot?is there a way to smooth the objects without using ridiculous amounts of vertices or Subdivision Surface?How do I merge vertices into another polygon?Moving vertices of two objects away from each otherHow do I align multiple vertices between diagonal endppointsHow to determine the angles between bones using a Python Script?Fill Gaps between Meshes with smooth surfaceA smooth transition between edges of tho parts of mesh
What is memelemum?
the meaning of 'carry' in a novel
Where is the logic in castrating fighters?
Count rotary dial pulses in a phone number (including letters)
Line of lights moving in a straight line , with a few following
Count Even Digits In Number
Why doesn't the Earth accelerate towards the Moon?
How do Human Traits Work?
What to do when you've set the wrong ISO for your film?
Would jet fuel for an F-16 or F-35 be producible during WW2?
Why do Ryanair allow me to book connecting itineraries through a third party, but not through their own website?
Why aren't space telescopes put in GEO?
At what point in European history could a government build a printing press given a basic description?
how to grep in the output of ls -a
What is quasi-aromaticity?
Is it rude to call a professor by their last name with no prefix in a non-academic setting?
refrence of hadith telling evil eye overtakes qaddar?
Why do Windows registry hives appear empty?
Image processing: Removal of two spots in fundus images
Why do airplanes use an axial flow jet engine instead of a more compact centrifugal jet engine?
Employer demanding to see degree after poor code review
Have 1.5% of all nuclear reactors ever built melted down?
Writing with dry erase marker on Shabbos, is it permitted?
Is the field of q-series 'dead'?
Align vertices between two edges
How fill face between irregular curves?Is it possible to bevel vertices in a plane?Why is it creating two vertices in the same spot?is there a way to smooth the objects without using ridiculous amounts of vertices or Subdivision Surface?How do I merge vertices into another polygon?Moving vertices of two objects away from each otherHow do I align multiple vertices between diagonal endppointsHow to determine the angles between bones using a Python Script?Fill Gaps between Meshes with smooth surfaceA smooth transition between edges of tho parts of mesh
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
The problem is that I have two edges on the correct height. Now I want to align the vertices between those edges to make a smooth transition.
But I can't figure out how to do this without moving the ends which have the correct height.
Does anybody has a suggestion?
modeling
$endgroup$
add a comment |
$begingroup$
The problem is that I have two edges on the correct height. Now I want to align the vertices between those edges to make a smooth transition.
But I can't figure out how to do this without moving the ends which have the correct height.
Does anybody has a suggestion?
modeling
$endgroup$
add a comment |
$begingroup$
The problem is that I have two edges on the correct height. Now I want to align the vertices between those edges to make a smooth transition.
But I can't figure out how to do this without moving the ends which have the correct height.
Does anybody has a suggestion?
modeling
$endgroup$
The problem is that I have two edges on the correct height. Now I want to align the vertices between those edges to make a smooth transition.
But I can't figure out how to do this without moving the ends which have the correct height.
Does anybody has a suggestion?
modeling
modeling
asked May 20 at 11:51
VinceVince
606
606
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
There is LoopTools addon way.
Select edges on the border you want to stay untouched. Run LoopTools addon > Curve operator.
$endgroup$
add a comment |
$begingroup$
Here's another way - more accurate.
Select the middle vertices.
Go to Tool Tab
Click on Smooth Vertex
Untick the X and Y axes in the settings area down below. I set Repeat to 200, but then pressed "Smooth Vertex" a few times more until it was perfectly straight.
$endgroup$
add a comment |
$begingroup$
This might be a more round about way to do it than necessary, but you could
- Select the middle vertices and scale them flat on the Z axis
- Select one of these vertices and note the Z value in the Properties box.
- Right click on one of the end vertices and note its Z location also.
- Work out the difference between the two heights - let's say it's 0.3.
- Select all the middle vertices again and type G Z 0.3 (grab and move on Z axis 0.3)
$endgroup$
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "502"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f141037%2falign-vertices-between-two-edges%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
There is LoopTools addon way.
Select edges on the border you want to stay untouched. Run LoopTools addon > Curve operator.
$endgroup$
add a comment |
$begingroup$
There is LoopTools addon way.
Select edges on the border you want to stay untouched. Run LoopTools addon > Curve operator.
$endgroup$
add a comment |
$begingroup$
There is LoopTools addon way.
Select edges on the border you want to stay untouched. Run LoopTools addon > Curve operator.
$endgroup$
There is LoopTools addon way.
Select edges on the border you want to stay untouched. Run LoopTools addon > Curve operator.
answered May 20 at 14:54
R El CleinR El Clein
1,20625
1,20625
add a comment |
add a comment |
$begingroup$
Here's another way - more accurate.
Select the middle vertices.
Go to Tool Tab
Click on Smooth Vertex
Untick the X and Y axes in the settings area down below. I set Repeat to 200, but then pressed "Smooth Vertex" a few times more until it was perfectly straight.
$endgroup$
add a comment |
$begingroup$
Here's another way - more accurate.
Select the middle vertices.
Go to Tool Tab
Click on Smooth Vertex
Untick the X and Y axes in the settings area down below. I set Repeat to 200, but then pressed "Smooth Vertex" a few times more until it was perfectly straight.
$endgroup$
add a comment |
$begingroup$
Here's another way - more accurate.
Select the middle vertices.
Go to Tool Tab
Click on Smooth Vertex
Untick the X and Y axes in the settings area down below. I set Repeat to 200, but then pressed "Smooth Vertex" a few times more until it was perfectly straight.
$endgroup$
Here's another way - more accurate.
Select the middle vertices.
Go to Tool Tab
Click on Smooth Vertex
Untick the X and Y axes in the settings area down below. I set Repeat to 200, but then pressed "Smooth Vertex" a few times more until it was perfectly straight.
answered May 20 at 14:24
SusanSusan
3665
3665
add a comment |
add a comment |
$begingroup$
This might be a more round about way to do it than necessary, but you could
- Select the middle vertices and scale them flat on the Z axis
- Select one of these vertices and note the Z value in the Properties box.
- Right click on one of the end vertices and note its Z location also.
- Work out the difference between the two heights - let's say it's 0.3.
- Select all the middle vertices again and type G Z 0.3 (grab and move on Z axis 0.3)
$endgroup$
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
add a comment |
$begingroup$
This might be a more round about way to do it than necessary, but you could
- Select the middle vertices and scale them flat on the Z axis
- Select one of these vertices and note the Z value in the Properties box.
- Right click on one of the end vertices and note its Z location also.
- Work out the difference between the two heights - let's say it's 0.3.
- Select all the middle vertices again and type G Z 0.3 (grab and move on Z axis 0.3)
$endgroup$
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
add a comment |
$begingroup$
This might be a more round about way to do it than necessary, but you could
- Select the middle vertices and scale them flat on the Z axis
- Select one of these vertices and note the Z value in the Properties box.
- Right click on one of the end vertices and note its Z location also.
- Work out the difference between the two heights - let's say it's 0.3.
- Select all the middle vertices again and type G Z 0.3 (grab and move on Z axis 0.3)
$endgroup$
This might be a more round about way to do it than necessary, but you could
- Select the middle vertices and scale them flat on the Z axis
- Select one of these vertices and note the Z value in the Properties box.
- Right click on one of the end vertices and note its Z location also.
- Work out the difference between the two heights - let's say it's 0.3.
- Select all the middle vertices again and type G Z 0.3 (grab and move on Z axis 0.3)
answered May 20 at 11:59
SusanSusan
3665
3665
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
add a comment |
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Thanks for the answer :) I tried it. However, this only levels the middle vertices to the top edge, what I want a diagonal alignment between the edges.
$endgroup$
– Vince
May 20 at 12:40
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Can't you select the middle vertices, then, and rotate them, then adjust the height of them all again - maybe a bit rough but better than nothing till you get a better answer. I overlooked the difference in height between the two ends. If you put the 3D cursor at the top end before you rotate, and set pivot point to 3D cursor, you only need to rotate, not adjust height. If it's hard to rotate accurately, you can press Shift while you rotate and that slows it down, so you can be more careful.
$endgroup$
– Susan
May 20 at 13:05
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
$begingroup$
Thanks Susan, I used this method for now.
$endgroup$
– Vince
May 20 at 13:44
add a comment |
Thanks for contributing an answer to Blender Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f141037%2falign-vertices-between-two-edges%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown