Forum: Poser Python Scripting


Subject: WIP: Poser <-> Blender Bridge

adp001 opened this issue on Dec 27, 2019 ยท 92 posts


FVerbaas posted Mon, 30 December 2019 at 4:43 AM Forum Coordinator

They are using a lightweight version called PythonQt. It does not support all of Qt though. There appears to be no list of classes not supported so it is a bit of guess and miss.

MD on the other hand does not support all of Python. import os for example will not work. File access must go via PythonQt functions. But I better not go off topic.