[Bf-python] MakeHuman test

Willian Padovani Germano wgermano at ig.com.br
Thu Jul 3 03:32:53 CEST 2003


On Wed, 2003-07-02 at 16:01, Manuel wrote:
> Seem it don't import module from text buffer.

Fixed now in CVS.  The next NewPy will have this functionality.

> After this, all work fine :-)

Fine : ).

> What mean "clean Global Dictionary"?

it means the Python Interpreter dictionary was "cleaned": the symbols
defined by previous script executions were deleted.  Actually the old
dict was removed and an empty new one created.

To avoid this behavior, if you need to, use Blender.ReleaseGlobalDict(0)
in your script.

> The update() crash fixed! Great!

I made further improvements to it today, will try to fix it completely,
if it isn't already.

--
Willian, wgermano at ig.com.br




More information about the Bf-python mailing list