Forum: Poser Python Scripting


Subject: WIP: Poser <-> Blender Bridge

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


adp001 posted Mon, 10 February 2020 at 7:03 PM

Zaycrow posted at 1:47AM Tue, 11 February 2020 - #4379717

I noticed the script export everything. Also the parts that are hidden in figures. Is there a way to export so the parts that are hidden doesn't get exported? Like the RhinoExport.py that Smith Micro use to have on their site.

RhinoExport does a simple object export, if I see it right.

If you want something not exported, delete it. As long as it is there, it influences vertex-numbering. What this script does depends hardly on vertex-orders. A simple thing like not exporting something means destroying anything. To avoid that, a complicated process is required what makes this simple script big, complicated and error-prone.

But maybe anyone comes out with an easy to implement idea. For me the script does what I need it to do and I'm busy with other things more important for me.

But if anyone feels called: Don't hold back.