Forum: Poser - OFFICIAL


Subject: Auto Conforming Clothes

tguncss opened this issue on Aug 06, 2018 ยท 7 posts


Bejaymac posted Thu, 09 August 2018 at 6:19 AM

@ tguncss, auto conforming is something most non DAZ vendors go to great lengths to avoid, because if you want to avoid CrossTalk then you can't have more than one figure in a scene.

The problem is the ERC code (valueOpDeltaAdd, Figure, BODY, PBMThighsTone) you listed, it basically points to the figure with the internal identifier of 1. So if you have 2 V4's in your scene then they both have the identifier of 1 (it's in the CR2), with the first one loaded taking priority. So any auto conformers loaded onto the first V4 will take the dial settings from that figure, but any auto conformers loaded onto the second V4 wont take the dial settings from that figure, instead it takes it's settings from the first V4, which is why it's called CrossTalk and why most users curse it's very name.

In a nutshell, Posers figure handling system and it's internal identification system, are garbage and should have been tossed in the trashcan at least 15 years ago.