Activity › Forums › Adobe After Effects › Layers skew when rotating
-
Layers skew when rotating
Posted by Ryan Stone on June 12, 2009 at 6:19 pmHey everyone,
This is one of those stupid simple questions. I must have pressed a wrong key somewhere and it’s activated ‘something’. When I rotate a layer it skews and extends horribley, until it reaches 180 degrees again, where it returns to normal. Meaning I can’t use it at any value between 0-180. Any idea guys?Thanks,
Ryan
Sachin Kuttappan replied 6 years, 6 months ago 11 Members · 13 Replies -
13 Replies
-
Steve Roberts
June 12, 2009 at 6:22 pmIt sounds like you’re viewing a non-square pixel comp without pixel aspect ratio (PAR) compensation on. It’s one of the little buttons below the comp window. Check the help for “pixel aspect ratio”.
Let us know if that’s not it.
-
Dan Ebberts
June 12, 2009 at 6:26 pmOne way that can happen is if your rotating layer is a child layer and the parent is non-uniformly scaled (x scale and y scale are not the same).
Dan
-
Ryan Stone
June 12, 2009 at 6:40 pmThanks Dan for your input, but ultimately it was the problem that Steven described. It’s now been resolved. Thank you both for your help.
Ryan
-
Ajay Pratap
September 11, 2009 at 11:07 amHi Ryan,
I’ve got a similar problem..Can you tell me how to resolve it?Thanks,
Ajay -
Ryan Stone
September 12, 2009 at 5:28 pmHi Ajay,
Did you try out the suggestions from Steve & Dan who replied to my original thread? Personally, my problem was solved by Steve’s suggestion – I clicked on composition settings, and my pixel aspect ration was on widescreen rather than square pixels. Selecting square pixels sorted out my issue instantly.Hope that helps,
Ryan
-
Anastacia Spada
April 5, 2013 at 8:52 pmI’m having this problem and toggle-ing the PAR switch did not do it.
In this case I think the problem caused because I am rotating a a non-uniform scaled object with a uniform child. What would be a work around for that?
-
Erling Grinrød
December 18, 2014 at 5:35 pmHi
I am encountering the same problem, no pixel-aspect irregularities.
I have done this many times before without this happening, could this be a bug with the new version (CC2014)?
What i had to do to work around this was to first parent my layers in the parenting stack to null objects, then parenting the null objects to each other. -
Michael Szalapski
December 19, 2014 at 3:36 pmIs one of your parents scaled non-uniformly?
I haven’t heard of any bugs to do with scaling/skewing issues in the new version.– The Great Szalam
(The ‘Great’ stands for ‘Not So Great, in fact, Extremely Humble’)No trees were harmed in the creation of this message, but several thousand electrons were mildly inconvenienced.
-
Erling Grinrød
December 19, 2014 at 3:48 pmYes, i guesss that is what is causing the problem, i had a stack of solids that were non uniformly scaled to begin with.
-
Flavio Soares
June 13, 2017 at 3:53 pmDan,
first of all THANK YOU for you excellent work on expressions and you generosity on sharing this with us.
I’ve had this non-uniform scale issue many times, is there a workaround if someone MUST use non-uniform scale?
I’ve found an old post from you recommending this expression
L = thisLayer;
s = transform.scale.value;
while (L.hasParent){
L = L.parent;
for (i = 0; i < s.length; i++) s[i] *= 100/L.transform.scale.value[i]
}
sbut it did not work for me, maybe because I’m working with 3d layers.
What if those layers are a 3d collapsed precomp?
best regards
Flávio
Reply to this Discussion! Login or Sign Up