Hi all!
I am new to python AND to blender: so please excuse my naïvety. (i am doing a 3d graph viewer)
I wish to have a class that inheritate from Blender.Object.New(‘Mesh’) or a kind of… How can i do that? does it makes sence?
ps: if i understand how blender works, the gui is made to handle objects, and not their representations (it’s not a MVC model)… i refer to a design note i read before.
( http://blender3d.org/cms/Blender_Architecture.336.0.html )
thanks in advance