Elektrine lite

← Feed

@alahmnat@woof.tech

Post #1875526

2026-05-01 04:55 UTC

#Blender question: I want to draw a cube. But I want to draw it by clicking to set a corner on the XY plane, then moving the mouse and clicking again to set an edge, then moving the mouse and clicking again to create a perpendicular edge, then moving the mouse and clicking again to draw the height. The end result would be a cube that I'd otherwise have to draw *and then rotate* into position. Every cube drawing tool and addon I can find will only draw cubes by starting with a single click that draws a whole-ass rectangle. But I want to be able to draw the rectangle manually at any orientation, so the final result is "pre-rotated" on the Z axis. Am I missing something?

Replies (2)

  • @root42@chaos.social 2026-05-01 05:34

    @alahmnat@woof.tech it has been a long time ago, but: add any object to the scene, go to edit mode (Tab), vertex select, select all, then delete. Now control click to add vertices. After you added all vertices you wanted, select three or four vertices at a time and press f for fill to add a face. You may have to realign normal vectors later. I haven’t done much blender in the past decade so if the UI changed it might be slightly different now.

    Open ##2731568

  • @ntoskrnl@furry.engineer 2026-05-01 06:13

    @alahmnat@woof.tech Yeah manually placing vertices is probably what you want here. In object edit mode (with an empty mesh or whatever), you can place the 3d cursor somewhere and add a vertex there. Move to your second spot, drop another vertex. Select them both and hit F to fill (in this case, making an edge instead). How you'd get a perpendicular angle is a bit more tricky. I don't have blender in front of me but I think? the way to do this is to select your new edge (switch to edge mode), and at the top of viewport is an axis reference menu (global, local, normal, etc). You can make a new axis reference on your edge, and then when you extrude one of your vertices you can Shift-Z to lock it into the xy plane (or whichever axis). And that would let you make a free rotated box but keep it perpendicular Kinda convoluted but ye

    Open ##2731569