Home Technical Talk

Rounding off a cane

canehelp.png

I just want to make the highlighted part rounded off, but I cant think off how off the top of my head. I am using blender.

Replies

  • Mark Dygert
    Not sure how you would do it in blender, but in Max or Maya I would extrude it and shrink the extrusion a bit, probably do that 2-3 times.
  • Luxy
    Yeah, I think I will do that: I feel dumb for not thinking of that myself! Thanks for the quick reply.
  • BradMyers82
    Offline / Send Message
    BradMyers82 interpolator
    Hey I made a tutorial about basically what your trying to do here. Except I also show how to make it smooth when you subdivide.

    Hope this helps: http://www.bradm3d.com/images/Paintovers/Tutorial_SmoothCircle.jpg
  • glynnsmith
    Offline / Send Message
    glynnsmith polycounter lvl 17
    I think you have a funky number of sides to be able to do this, which is why I tend to work in multiples of 8 or 12 for cylinders, but:
    1. I delete half of the cap, so I'm left with a semicircle's worth of tris.
    2. Then I do a "Hinge From Edge" on the remaining tris, with the open edge as my hinge, by 180 (set to however many loops I want).
    3. Hit delete, to get rid of the remainder of the cap that'll now be inside my mesh
    4. Then select the open edge's verts and weld.
    Sounds more complicated than it is, due to my verbose explanation :P

    Brad's alternating edge trick is the ticket for getting rid of pinching on your poles, too.
  • Ahrkey
    Offline / Send Message
    Ahrkey polycounter lvl 18
    BradMyers82: Doesn't that generate the same effect as with the tri's except the creases or whatever you call them gets softer/bigger? I mean it's still a pole isn't it?

    Luxy: Another way todo it is to make a cube, subdivide it. Unfortunately this might not always generate a perfect sphere. To correct this I always add a Spherify modifier(Max) but I don't know if blender got anything similar.
    After that you just chop off the top half and voila, you got yourself a perfect quad hemisphere that will be smooth!
  • glynnsmith
    Offline / Send Message
    glynnsmith polycounter lvl 17
    qlz wrote: »
    BradMyers82: Doesn't that generate the same effect as with the tri's except the creases or whatever you call them gets softer/bigger? I mean it's still a pole isn't it?
    Apologies for answering for him, but the pinching result happens with it being tris on a concave/convex/non-flat surface. It doesn't generally happen if you have quads in the same situation.

    If you have a pole being all tris, it generally gives that unwanted pinching affect (if the surface isn't flat). If you have all tris, and a number of edges multipliable by 8 or 12, you can attain all-quads by deleting every other edge.

    Doesn't alwats work if you have an odd number of edges, as said in my first reply, though. AFAIK, you need an even amount of edges.
  • sprunghunt
    Offline / Send Message
    sprunghunt polycounter
    I'd make a new sphere with the same number of sides and just attach half of that to the end. Of course some times I'd do what vig suggested depending on my mood.
Sign In or Register to comment.