Forum: Poser Python Scripting


Subject: Copies, deep copies, malloc, and RAM consumption

Cage opened this issue on Jan 01, 2007 ยท 13 posts


nruddock posted Tue, 02 January 2007 at 12:15 AM

You might have to use arrays from the Numeric module to hold your data, see -> http://numpy.scipy.org/numpydoc/numdoc.htm
The version included with Poser is 21.0, so keep that in mind when looking at the documentation.