Hi
-
How can I, in a simple line by line fashion, create i.e. a pyramid object?
-
How can I move specific points in a created cube to desired locations, and possibly merge 4 points sharing location to obtain a pyramid that way?
I’ve check out operator_mesh_add.py, but I’m clueless on Python and programming in general, and it seems to do a lot more than I want (add box appear in add mesh menu and so on), and I’m not able to grab what I need and put it in my own script and have it working.
Similarly I’ve looked at bmesh_simple.py, which moves all verts. I’ve watched tutorials how to stop at one vert, which works ok, but I can’t figure out the syntax how to move specific verts to specific precalculated locations.
I’ve also looked at addons, but the syntax for a complete noob is utter greek to me.
Edit: For #1, I found this which I think will help me, I can make the object I want and looks straightforward to use. Although problem solved for now, answer to #2 would still be welcome.