Forum: Poser Python Scripting


Subject: Looking for these python methods

sergio777 opened this issue on Sep 18, 2021 ยท 4 posts


adp001 posted Sun, 26 September 2021 at 3:15 AM

If you have saved the movie sequences in PZ3 files and want to use the same render and movie settings for all of them, you can work around this by deleting the corresponding data from the files. These are:

1. movieInfo (at the very beginning of the PZ3 file)
2. renderDefaults (at the very end of the PZ3 file)

If you load such a modified file, the last settings will be used.
Make sure that you remove everything inside the curly brackets, the keyword and the brackets.

But be careful: when you save the loaded file back, Poser will add the missing information again and you will have to do the deletion again.

It might be problematic if you don't have an editor that can handle large files. Then only a script that does the cutting helps.