Scripting: sourceRectAtTime() broken in 24.4.0 x5 (and x6)
A bunch of previouslly-reliable scripts that use sourceRectAtTime() no longer work with latest beta builds. Try this:
1. New Comp
2. New text layer
3. run this script:
var myTextLayer = app.project.activeItem.layer(1);
var myRect = myTextLayer.sourceRectAtTime(0,false);
alert(myRect.width);
The width comes back 0

