ERROR: D_PS3p_DetectVideoPSD
Hi
I get this error every time the playhead reaches a specific comp that has Expressions, PSD layers, TEXT layers and Shape Layers.
Since there are many thing inside, i'm having problems identifying the issue.
I cannot enter the comp, because every time i get inside (or when the playhead reaches it from any level) After Effects crashes.
I never saw that before and did not find anyone with that issue.
EDIT:
So i finally got inside the comp where there was a shape layer with one Round Rectangle that had this script inside it's "size" property:
x = content("Rectangle 1").content("Rectangle Path 1").size[0];
y = content("Rectangle 1").content("Rectangle Path 1").size[1];
txt = thisComp.layer("TYPE TEXT HERE").text.sourceText;
Y = y
if(txt.length > 35){ Y = y+40 }
if(txt.length > 60) { Y= y+50 }
[x,Y]
Basically what the script did, was to make the box bigger in height every time the Text Layer(which is a box text) had a line break.
Erasing this Expression made the problem go away.
Any clues?
Thanks
Felipe
