Coleman opened this issue on May 05, 2012 · 171 posts
RHaseltine posted Tue, 08 May 2012 at 1:46 PM
Quote - > Quote - (I don't know if a Python script in Poser can call additional libraries, since I assume there's no built-in JSON reader and writing one from scratch would be an extra level of pain.)
A JSON reader/writer comes with Poser as part of the standard Python distribution. Also, with ctypes one can call functions in any C DLL.
Thank you.