Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 23 7:38 pm)
There are a few scripts, this is just one (script is in the first message- looks like a txt file, you'll have to download and change the extension)
www.renderosity.com/mod/forumpro/showthread.php
Try searching the Poser Python Scripting forum for "conform" and search beyond 45 days out.
Run multiple scripts with one click? Python scripts can call one another, so you can create a sort of runner script.
#######
import poser
poser.ExecFile("Runtime:folder:script1.py")
poser.ExecFile("Runtime:folder:script2.py")
poser.ExecFile("Runtime:folder:anotherscript.py")
The above lines between the # signs should work as a script if saved as a .py file. Change the paths as needed, using Poser's Mac-style relative Runtime paths. As far as I can tell from my own experiments, the colon before "Runtime" should be omitted for these, although I'm not sure why....
===========================sigline======================================================
Cage can be an opinionated jerk who posts without thinking. He apologizes for this. He's honestly not trying to be a turkeyhead.
Cage had some freebies, compatible with Poser 11 and below. His Python scripts were saved at archive.org, along with the rest of the Morphography site, where they were hosted.
I suppose you could say sequential execution, yes. The short script sample I posted would automate the sequential running of multiple scripts. It sort of reads to me like perhaps you have a different problem than I thought, however. What exactly do you want, when you ask about two scripts running together? One script can run another script, as I showed. You're trying to manaully run two or more scripts at the same time, perhaps?
===========================sigline======================================================
Cage can be an opinionated jerk who posts without thinking. He apologizes for this. He's honestly not trying to be a turkeyhead.
Cage had some freebies, compatible with Poser 11 and below. His Python scripts were saved at archive.org, along with the rest of the Morphography site, where they were hosted.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
We all know how tedious it is to conform each item to the main figure, especially if the clothing has many items. I was wondering if there is a way to conforming all items in one go, perhaps a script or somethink.
Many Thanks