Hi all! Although my many hours programming python in Blender, I’ve just wanted to create an meshed object from the void, but I’ve just noticed that I never did it! (Always I created first the mesh, and a magic object appeared!)
Now, I write:
o=Blender.Object.New('Mesh')
And it says me: TypeError: type expected!
What happens??? I use Creator 2.23
How can I create an object, and then give it position properties?
Sorry… :´(