[Bf-python] Object/Mesh constructors

David Jagoe davidjagoe at gmail.com
Thu Jul 8 14:57:56 CEST 2010


G'day all,

Is there a better way to add an object than using bpy.ops.object_add
or (e.g) bpy.ops.mesh.primitive_plane_add?

I've tried to use bpy.types.Mesh.

Ideally I would like something like a normal factory or constructor
method that returns the object to me so that I can manipulate it
further. I imagine that such a facility must exist but I can't seem to
find it.


Thanks,
David



More information about the Bf-python mailing list