Image Transform (Built-in Patch) in Modifier, Utility
Transforms an image applying scaling, rotation and translation.
|
Input Attributes
|
Output Attributes
|
|
mikebrand at 2011-04-14 03:44:20
I'm having trouble with this filter. I'm trying to get text to follow a circular path, however this is going to be projected onto a table so the base of the text has to be on the outside of the circle. What I have tried doing is having an image with string path followed by an image transform and then goes to a circular wrap distortion and then a sprite. As far as I can tell I need the image transform to rotate the image 180° so that the text is the right way up, however doing this quite often makes the text just disappear. It seems to disappear in different places in the composition at different times. So sometimes it gets all the way to the circular wrap with the text being upside down, and sometimes it seems like there is no output from the Image with String patch. Has anyone had any experience with similar issues? |