colorcurvature opened this issue on Oct 20, 2011 · 228 posts
colorcurvature posted Thu, 24 November 2011 at 12:39 PM
Ah. Maybe I'm wrong on the weightmaps. But what I see on a mini dummy figure is this:
zOffsetA OriginZ
{
name originZ
initValue -0.461097
hidden 1
forceLimits 0
min -100000
max 100000
trackingScale 0.004
keys
{
static 1
k 0 0
}
interpStyleLocked 0
staticValue -0.461097
}
is changed to
zOffsetA OriginZ
{
name originZ
initValue -0.461097
hidden 0
forceLimits 0
min -100000
max 100000
trackingScale 0.004
keys
{
static 0
k 0 -0.461097
}
interpStyleLocked 0
}
The old static value is converted into a dynamic key, it seems.