[Bf-python] Mesh Keys

Willian Padovani Germano wgermano at ig.com.br
Sun Jul 6 14:53:54 CEST 2003


On Sun, 2003-07-06 at 06:04, Manuel wrote:
> But the use of PutRaw isn't deprecated , to use
> update() instead ?

No, PutRaw() has its uses, with it you can choose which mesh will get
your nmesh:

if you get with me = GetRaw("mymesh"):

PutRaw(me) will put it in another object
PutRaw(me, "mymesh") will put it back in the same mesh it was before
PutRaw(me, "othermesh") will put it in another mesh.

And if you start with New then you need PutRaw to put your mesh as
obj.data in some object.

--
Willian, wgermano at ig.com.br




More information about the Bf-python mailing list