Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 25 9:50 pm)
Crosstalk.
Mostly annoying but it seems you've accidentally created a SuperConforming item :)
I thought crosstalk was a thing of the past but I've heard others be able to make something for V4 also in newer versions (higher than Poser 4 where crosstalk was common)
I just don't know HOW you did it L Tell us more!
FREEBIES! | My Gallery | My Store | My FB | Tumblr |
You just can't put the words "Poserites" and "happy" in the same sentence - didn't you know that? LaurieA
Using Poser since 2002. Currently at Version 11.1 - Win 10.
Well, I wish I knew. The only references to the FBMs/PBMs are in the BODY, and the chest. I've slaved translation/rotations of the lChest and rChest groups to the BODY actor. I set it up that way, intending to use it as "fits." And I got this result.
Now, the chest references are not connected to anything not even the BODY actor FBM/PBM code.
The reason is that Poser and Studio do superconforming in different ways, Poser's is a bug that they havn't completely stamped out so it can be forced, studio's is intentional but there are ways that it can be screwed up (Such as the conformer not having the channel that the erc link is pointing to), but that doesn't mean you can't get it to work in both, Unfortunately its really impossible to guess why its working in one and not in the other without looking at the cr2 itself.
wdupre, it will help perhaps for me to explain that the actual model is only grouped with the extra bones I added to the V4 skeleton. The "fit" morphs are actually translation/rotation adjustments in the groups attached to the chest actor of V4. They are slaved to the master dials in the BODY actor. So, in Poser if I dial in Bulk, the conforming clothing adjusts automatically, and the dials do not function. In Daz Studio, the dials have to be used to adjust the clothing to fit the Bulk morph.
OK, here's a coding with the in between lines snipped out. I should remark to that I didn't remember I had earlier tried to use Morphing Clothes to deal with the morphs, but that was when tI was still using the chest group for part of the model. The code is still there but it's not doing anything now. I think.
actor BODY:1
-snip-
valueParm Bulk
{
name Bulk
initValue 0
hidden 0
forceLimits 1
min -1
max 2
trackingScale 0.04
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
actor chest:1
-snip-
valueParm FBMBulk
{
name Bulk
initValue 0
hidden 0
forceLimits 0
min -100000
max 100000
trackingScale 0.02
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
-snip-
actor 1Chest:1
-snip-
rotatZ zrot
-snip-
valueParm FBMBulk
{
name Bulk
initValue 0
hidden 0
forceLimits 0
min -100000
max 100000
trackingScale 0.02
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
valueOpDeltaAdd
Figure
BODY
Bulk
deltaAddDelta -2.15517
ok I see your problem, your master dial in the body of the conformer has the internal name Bulk, but the master dial in the V4 figure is FBMBulk that won't fly to link erc in studio, poser tends to be a bit looser about naming though its hard to figure out consistent rules as far as that goes.
as far as your erc the only erc you are showing is for valueparms in the chest. I'm not really seeing the code there for the rotate and trans dials, but as I said studio needs the internal names to match between the base figure and conformed figure
I messed up the code. :(
actor BODY:1
valueParm Bulk
{
name Bulk
initValue 0
hidden 0
forceLimits 1
min -1
max 2
trackingScale 0.04
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
actor chest:1
valueParm FBMBulk
{
name Bulk
initValue 0
hidden 0
forceLimits 0
min -100000
max 100000
trackingScale 0.02
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
actor lChest:1
rotateZ zrot
valueOpDeltaAdd
Figure
BODY
Bulk
deltaAddDelta -2.15517
actor BODY:1
valueParm Bulk
{
name Bulk
initValue 0
hidden 0
forceLimits 1
min -1
max 2
trackingScale 0.04
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
actor chest:1
valueParm FBMBulk
{
name Bulk
initValue 0
hidden 0
forceLimits 0
min -100000
max 100000
trackingScale 0.02
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}
actor lChest:1
rotateZ zrot
valueOpDeltaAdd
Figure
BODY
Bulk
deltaAddDelta -2.15517
Just so I'm clear. Change the code I've highlighted/bolded to FBMBulk?
Nope no need for any polys assigned to the bone in question, in order to conform they just have to have at least one bone in common, you have at least a chest bone in your conformer.
or are you referring to the erc? for that to work yes the erc has to be set up in a certain way which yours is now that you fixed it.
Yep for future refrerence, the reason the erc slaved in poser was becouse there were no figure numbers in the erc code. Poser tacks on figure numbers when saving a figure with erc so the code would look like this.
valueOpDeltaAdd
Figure:1
BODY:1
Bulk
deltaAddDelta -2.15517
the number would be different depending on how many figures are loaded into the scene before the clothing is loaded. the :1 is there to help prevent crosstalk. if you take the numbers out like you have in your erc than Poser for some reason automatically puts in the number of the figure that is selected when you load your conformer. and you have forced crosstalk. (studio on the other hand ignores the number altogether and automatically slaves all channels that have the same name on the conformer and the base figure)
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.
Hi,
I've got an odd question. The results I got weren't what I expected, so I wanted some advice.
I've created a piece of conforming clothing for V4. The issue is that there are no polys for any of the standard V4 groups ... instead I've got extra bones created for the polys to deal with handling some EP chains I've got. Now, I created what I thought would just be "fits" for various V4 FBMs and PBMs. But when I tested it in Poser, it conforms and adjust to changes in V4!
The other confusion I have is that this doesn't happen in DS, so the user will have to dial in any FBM/PBM values themselves.
Does anyone have an explanation for what is happening?