Dave-So opened this issue on Jun 20, 2010 · 18 posts
ockham posted Sun, 20 June 2010 at 9:33 AM
Look at the CR2 or PP2. Find the Yrot section for the prop or the Body or whatever
it is you're trying to turn. See if the line
forceLimits 1
is in that section. If so, change it to
forceLimits 0
===============
Specifically, you're looking for a section like this:
rotateY yRotate
{
name yrot
initValue 0
hidden 0
forceLimits 1 <<< ======== If this is 1 or more, make it 0.
min -100000
max 100000
trackingScale 1
keys
{
static 0
k 0 0
}
interpStyleLocked 0
}