Forum: Poser Technical


Subject: Anyone know why some conforming items re-scale when fitted?

Jim Burton opened this issue on Jul 14, 2000 ยท 5 posts


Jim Burton posted Fri, 14 July 2000 at 6:58 PM

Ever notice some items, the the catsuit, rescale some of the parts (like the hip and forearms in this case) when you conform them? Does anyone know where the setting for this is in the CR2?


Wynter posted Sat, 15 July 2000 at 7:12 AM

Actually, parts of the catsuit are scaled bigger even before conforming, it doesn't change size. But I think this is what you're looking for. Someone tell me if I'm wrong. In each body part (example from hip below) is a scale scale and then a Scale xScale, etc. there is a number following a small "k", most of the time that number is "0 1", but in various spots that number is "0 1.something". I didn't experiment with it, but I believe that's it. scale scale { name GetStringRes(1028,5) initValue 1 hidden 0 forceLimits 0 min 0.1 max 100000 trackingScale 0.004 keys { static 0 k 0 1 } interpStyleLocked 0 } scaleX xScale { name GetStringRes(1028,6) initValue 1.052 hidden 0 forceLimits 0 min 0.1 max 100000 trackingScale 0.004 keys { static 0 k 0 1.052 } interpStyleLocked 0 } scaleY yScale { name GetStringRes(1028,7) initValue 1 hidden 0 forceLimits 0 min 0.1 max 100000 trackingScale 0.004 keys { static 0 k 0 1 } interpStyleLocked 0 } scaleZ zScale { name GetStringRes(1028,8) initValue 1.048 hidden 0 forceLimits 0 min 0.1 max 100000 trackingScale 0.004 keys { static 0 k 0 1.048 } interpStyleLocked 0 } rotateY yrot


ScottA posted Sat, 15 July 2000 at 11:44 AM

Close. But no cigar ;-). See where it says initValue 1.048? Change that to initValue 1 the.048 is a mathematical equation to scale up that part 5%. Check each scale channel (x,y,z) to make sure they are all set to a value of 1. ScottA


Jim Burton posted Sat, 15 July 2000 at 1:23 PM

Thanks ScottA & Wynter, I think you've got it! I was paging through the CR2, looking for something like this.


Wynter posted Sat, 15 July 2000 at 2:17 PM

Well, sometimes a cigar is just a cigar ;-) I was throwing a wild guess, kind of gratifying I was close.