Wow… Looks like the Java one, only easier to read.
Now, the problem I’m having is that I don’t know what keywords I’m looking for to use the default meshes (‘UVsphere’,‘Cube’,‘Icosphere’,‘Plane’,‘Circle’,‘Cylinder’,‘Tube’);. Let’s say I just want to do:
Blender.Object.New(‘sphere’)
Now, where am I supposed to look for the default mesh types in the API? I’ve looked under Object, Mesh, and New, and I guess I haven’t hit the built-ins yet…
Anyone know what I’m looking for?