digitani opened this issue on Nov 24, 2018 ยท 3 posts
digitani posted Sat, 24 November 2018 at 9:25 PM
Just in case anyone here is interested. I have been working on a library to make Geometries/Meshes easier to work with. Code is not available yet, but just wanted to share in case I was not the only person on Earth that cares about this. :-)
http://digitani.com/working-on-a-poser-python-geometry-library/
Check out my website: http://www.digitani.com
FVerbaas posted Fri, 30 November 2018 at 12:34 AM Forum Coordinator
Good to know! I am dabbling a bit with Python and geometry now. Building a script that does the grouping for clothing items. Sort of workflow accelerator. There are a lot of examples in this forum but you need to use the archive search. Some of the authors are still around and willing to help you. So: you are not alone.
FVerbaas posted Sat, 01 December 2018 at 4:11 AM Forum Coordinator
Thank you for the explanation on 'sets' on your site. I had always been wondering what that was but I now understand it is essentially the raw database of vertex references. It allows to make mutations in the geometry without moving data around. A new definition simply causes the old definition being abandoned and replaced by new data.
Indeed not very well described in the Poser manual. The Runtime/Python folder has some examples of scripts working on geometry.