How to bend a circle plane without resizing it

I want to get a circle plane like this:
bend_circle_plane

What is the easiest method for that?
I tried this

  1. Add Mesh > Circle > Fill type: triangle
  2. Apply Simple Deform > Bend.

But the mesh is getting deformed :frowning:

Can’t really get it together and need your help. Thank you very much in advance.

Hey Daniel,

here you go, easier to make it for you to see how than explain :slight_smile:

Disc.blend (547.9 KB)

It has UV mapping so if your texture is a square it should work straight off.

Method: CreatCircle->edit mode->press ‘f’ -> Select vertices that are vertically aligned->press ‘j’ ->repeat for all -> add bend ->set axis -> select mesh pivot -> rotate to reorient the bend direction ( a quirk of Blender) .-> Add SubD Mod -> UVunwrap with Project from view to bounds.

Dj

1 Like

Another way could be to create a circle, fill it with grid (under face heading). Then create a cylinder that you want to bend it to. Use a shrink wrap modifier (negative and project). Add a subdivision modifier, then a solidify (negative direction). For the holes, I took two vertices on the sides and bevelled them, then used loop tools to apply the circle function. Then when ready apply the shrink wrap and then solidify. UV (don’t use my quick example…do it better!). That’s another way.

Hi and thanks.
but mine dont want to work like yours :slight_smile:

Maybe its the step: rotate to reorient the bend direction.

If i rotate the circle in edit mode it bends… but not normal like yours.

Hi, i tried your way too.
But i get stuck in the very beginning.

If i create a circle, i have three options for filling:

  • Nothing
  • NGON
  • Triangle Fan

“Grid” is no option and i dont find any menu “face heading”. I probably got it all wrong. :smiley:

100% correct - you have to change the orientation of the meshes axis. Weird, but there you go. There is an alternative, which might be easier to manipulate. Create an empty that is centered on your mesh and use that to drive the Bend - where it says axis origin:

image

Then you can rotate this on the individual x,y,z axis, one at a time until you find the correct one. It’ll be a 90º rotation, but I can’t know which as I don’t know what your original mesh orienation is - that’s decided by how you built the mesh - ie which view port or whether you have already rotated it and also on which axis you picked in the Bend menu.

This frustrates even me, but I’ve got used to it. The quicker way, is to directly rotate the meshes axis, choose Origins from this the menu - but be sure to untick this when you’re done changing the origin.
image

Dj.

1 Like

1 Like

1 Like