Wider Thighs for GenX imported S4Petite Morph

ironcheeseironcheese Posts: 72
edited December 1969 in Freebies

Hi,
if anybody of you is using S4Petite "Proportion Morph" with Genesis + V4shape,
you will have noticed there's a discontinuity in the thighs when import in Poser with DSON,
(they look split, broken)
cannot be seen in DS
(note to self, OBJ Handling Capability DS 1: Poser 0)

This little scaling morph I made saves the day: apply after importing into Poser, scale x and z in the thighs will go to 105%

{
version
{
number 6
}
actor rThigh:1
{
channels
{
scale scale
{
keys
{
k 0 1
}
}
scaleX xScale
{
keys
{
k 0 1.05
}
}
scaleY yScale
{
keys
{
k 0 1
}
}
scaleZ zScale
{
keys
{
k 0 1.05
}
}
}
}
actor lThigh:1
{
channels
{
scale scale
{
keys
{
k 0 1
}
}
scaleX xScale
{
keys
{
k 0 1.05
}
}
scaleY yScale
{
keys
{
k 0 1
}
}
scaleZ zScale
{
keys
{
k 0 1.05
}
}
}
}

Sign In or Register to comment.