Hiero Player integration?

Hey, just wondering whether anyone could make tk-hiero work with Hiero player.
The engine does not start when I start Player from SG Desktop. Still haven’t dived into the causes.

1 Like

Did you ever get anywhere with this?

I’ve looked into this a little bit, I think previous versions of HierPlayer had api limitations, I’d need to look at it again.

1 Like

I’ve recently try to push the hiero developments into hiero player, my first step was to add HieroPlayer as a new Software to the Flow page:

  • –player as the launch argument
  • tk-nuke as the engine

The app launches but fails to recognise hieroplayer while inside the script editor code

print(nuke.env.get("hiero"))

returns the value: True.

This engine bootstrap should get through all the if statements that have this bool for the basic Hiero app to recognise that.

However it still not adds the menu items that I added into the basic Hiero app.

Has anyone find a solution to integrate Player besides the Hiero app?