Forum: Poser Python Scripting


Subject: Save multiple objects subset to prop

papillon68 opened this issue on Oct 01, 2013 · 3 posts


papillon68 posted Tue, 01 October 2013 at 12:11 PM

I have a scene with about 1200 props and I'd like to select all those as a single prop.

Before doing it manually by selecting each time of the subset and saving the prop, I searched if there was an option on the SaveLibraryProp function but no (I must say that Poser SDK is really outdated and would really need some work: it doesn't offer anything new, nor improved functions since years).

There is an alternative way to do it? Maybe saving to .pz3 and hacking it into .pp2?

visit my blog:  www.alessandromastronardi.com

My Rendo Store


markschum posted Tue, 01 October 2013 at 2:21 PM

I think if you parent the group to one prop then saving the parent should save all the group.

 

you can write a script to parent them all, or the hierarchy editor


papillon68 posted Tue, 01 October 2013 at 4:24 PM

Quote - I think if you parent the group to one prop then saving the parent should save all the group.

 

you can write a script to parent them all, or the hierarchy editor

Unfortunately that doesn't work (already tried). Grouped or parented props aren't saved (if not selected manually one by one in the dialog).

visit my blog:  www.alessandromastronardi.com

My Rendo Store