BLENDER & PYTHON

(together)

so, If you don't know either of these right now, this could be intimidating. But don't let it be! The whole reason we're doing these two together is to make the standard "intro Python" tutorial more interesting than it typically is.

THE SCRIPTING TAB

So the first thing you're going to want to do is to click the "scripting" tab at the top of the interface. This will give you a window layout appropriate for scripting (though we have to say . . . that text editor window is definitely a little large! maybe make it a little narrower and make your 3d viewer a little larger)

CREATING OBJECTS

let's start out by simply creating a couple of objects, first in the the Blender GUI, then in Python.

now we can run through the basic "create the primitives" stuff, but each time check in the console to see what happens

https://docs.blender.org/api/blender_python_api_current/info_tips_and_tricks.html

https://docs.blender.org/api/current/info_tips_and_tricks.html

https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html