Skip to main content
Participant
March 1, 2024
Question

Wiggle Rotation & 'Continually Rasterize'

  • March 1, 2024
  • 2 replies
  • 244 views

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?

This topic has been closed for replies.

2 replies

Dan Ebberts
Community Expert
Community Expert
March 1, 2024

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]
Mylenium
Legend
March 1, 2024

Impossible to know. You have to show us some screenshots with the relevant info exposed.

 

Mylenium