Text in Publish GUI

Hi,

In the After Effects Publish dialog, I would like to grab the text in the Description area:

I’m wondering if that is possible, and if so, how would that be accomplished. I basically understand how to override the tk-multi-publish2 hook, but I don’t know how to grab the Description text from the GUI.

Thanks

-cn

3 Likes

Hi Craig

I believe, although I’ve not tested on my side, you should be able to access the description from a publish hook via the item.description:
https://developer.shotgunsoftware.com/tk-multi-publish2/api.html#tk_multi_publish2.api.PublishItem.description

Best
Phil

3 Likes

Hi Philip,

Yes, item.description works perfectly. Thanks so much!

Craig

2 Likes