Forum: Poser Python Scripting


Subject: Is there a way to support Undo with LoadLibraryPose

yarp opened this issue on Apr 23, 2021 ยท 28 posts


adp001 posted Sat, 01 May 2021 at 3:24 PM

formoz posted at 3:14PM Sat, 01 May 2021 - #4418115

ah nice, i need to install blender. Blender use Json for its Files ?

No. B lender uses "blend files" for anything. But json makes an easy internediate format. Easy to import in any other software without without the need of many knowledge about the source internals.

or you did a script on Blender to import your json ?

Yes. That was the easy part. Blender has a nearly full fledged Python API.

I currently do a "CR2 (symetry) splitter" and reverse a "CR2 Mirrorer".

Can you tell what it is good for?