Hi, thanks for your reply! I found this solution:

*[python
hiero.ui.activeSequence().trackItemAt(hiero.ui.currentViewer().time())]*

and this was needed for getting custom metadata from exrs and displaying it
wit a text effect track. An example:


*[python
hiero.ui.activeSequence().trackItemAt(hiero.ui.currentViewer().time()).source().mediaSource().metadata()\["media.exr.nuke.input.mtime"\]]*
Gabor

On Wed, May 3, 2017 at 10:37 PM, Carlos Trijueque <li...@ctrijueque.com>
wrote:

> Not at work right now so I can't check exactly how I did it, but I got
> it from one of these examples:
>
> https://docs.thefoundry.co.uk/products/hiero/developers/1.8/
> hieropythondevguide/examples/index.html?highlight=examples
>
> Hope it helps.
>
> Cheers.
>
> ./charlie
> _______________________________________________
> Nuke-python mailing list
> Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to