Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 03 12:46 am)
I don't think you can make Poser set the defaultPick to BODY when it creates a figure.
I always edit this manually on all CR2's I'm going to use.
(If you're already using Python to edit the new CR2 after it's written, you can of course make this change with Python.)
My python page
My ShareCG freebies
No, no python. Manually creating the CR2 in EditPad pro.
And yea, you can load all the morphs and save the cr2 but then you gotta do it all again if you add another morph pack that adds to the !DAZ inj channels (such as buying girl4)
I thought it easier to do this way and create a slave script that loads the CR2 as DAZ provided and then does all the INJ in one shot.
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.
Ok, I have made a CR2 autoloader script for V4 that loads her and then injects all the morphs I have for her (or the ones I commonly will use that is).
One of the sets, NBM has a starter size inj file that has its morphs set to 1 to start with. Whats the syntax to set the two dials (one on body, one on chest) to 0 after loading the injections.
Also, is there a way, in a CR2 to pre-select the body as the active selection by default rather than the hip?
[quote]
{
version
{
number 4.01
}
readScript ":Runtime:libraries:Character:DAZ People:Victoria 4.2.cr2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.V4BaseAll.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.V4Morphs++All.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.Stephanie 4All.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.Aiko4All.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.EliteAll.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.NBM for V4All.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.NPM_SP4All.pz2"
readScript ":Runtime:libraries:!DAZ:Victoria 4:Deltas:InjDeltas.Reby SkyAll.pz2"
}
[/quote]