|
|
| Suppose I have a large number of layers populating my comp (let's say coins on a table). I want to set the anchor point for each of these coins layers to be the center of the comp. So for example, if I rotated each layer individually, it would rotate around the center of the comp. (I don't actually plan to rotate them, but I do need them to have their anchorpoint centered to the comp). Is there any easy way to do this (aside from by hand or using nulls?)
|
|