Copy link to clipboard
Copied
If I have a layer with 'Continually Rasterize' enabled then it seems to prevent Wiggle Rotation from working properly... it rotates as though the anchor point is miles off... instead of rotating from the centre.
I am trying to add WR to a text layer, but cannot turn off CR as it is greyed out.
Is there a way around this?
Copy link to clipboard
Copied
Impossible to know. You have to show us some screenshots with the relevant info exposed.
Mylenium
Copy link to clipboard
Copied
Not sure exactly what you're describing, but you might try centering the anchor point with an expression like this (you'll probably need to adjust the position as well):
r = sourceRectAtTime(time,false);
[r.left+r.width/2,r.top+r.height/2]