[Bf-python] BUG PYTHON identified! Please fix it...

jms jmsoler at free.fr
Sat May 8 12:01:28 CEST 2004


Willian Padovani Germano wrote:

>Hi,
>
>Yes Manuel, you identified a memory leak, shouldn't be hard to fix, we'll do it.
>And the problem pointed by jms, too. 
>

Note that there is a problem on mesh  with aramture and material too.

import Blender
from Blender import NMesh

ME=NMesh.GetRaw('Plane')
ME.verts.append(NMesh.Vert(1.0,0.0,1.0))
ME.update()

Then the mesh disappears in the 3Dwin.







More information about the Bf-python mailing list