Page 1 of 1

accessing marker comments with an expression

Posted: June 30th, 2006, 3:14 am
by menonerd
hi everybody,
happy to be joining this forum...

i was wondering if there is a way to access the "comment" field of a marker with an expression. i am trying to pass this data to an empty textfield as to display the comment as an insert.
now, thanks to dan@motionscript i understand you can access marker data in terms of their timing. i also found out that marker comments can be queried scriptwise, but i havent yet figured out how to utilize AE scripting...
initially i was hoping for a simple solution in the likes of

Code: Select all

myTxt=thisLayer.marker(1).comment
, unfortunately this does not work...
any help or inspiration on this one would be great!

cheers, m.

Posted: July 7th, 2006, 2:11 am
by menonerd
just a little update here, this is what michael from adobe wrote:
Yeah, finally got a chance to look at this. You guys are totally right, it is broken for expressions. It sorta worked back in 5.5, if you gave a marker a comment that was numeric, you could set rotation to something like marker.key(1).value and it would work, but 5.5 didn't have text layers. I'll fix it for this cycle if I can eke out a little time.

Thanks,
Michael
so there is hope out there :D