wolfie opened this issue on Feb 20, 2011 · 6 posts
wolfie posted Sun, 20 February 2011 at 5:55 PM
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]
TheOwl posted Sun, 20 February 2011 at 6:38 PM
Wow you mean you created your own Script that mimics the DAZ Power loader?
Passion is anger and love combined. So if it looks
angry, give it some love!
wolfie posted Sun, 20 February 2011 at 6:59 PM
Power loader?
markschum posted Sun, 20 February 2011 at 7:43 PM
sorry , I just loaded the morphs I use all the time and saved the figure with a new name.
ockham posted Sun, 20 February 2011 at 8:43 PM
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.)
wolfie posted Sun, 20 February 2011 at 10:21 PM
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.