Can't Load Plate Created by Tray Publisher as Nuke Read Node

I’ve configured the tray publisher to use PLT as opposed to plate for the product type and then used the tray publisher to publish some EXRs as a plate.

Two questions:

  1. I can see this plate in the loader in Nuke, but in the right-click menu there isn’t “load clip”. What’s the difference between that product and a render product I created via nuke using create + publish? (which does have “load clip” in the menu in the loader)
  2. the tray publisher seems to just copy the EXRs to the appropriate path and create a version of a product with just one representation: exr. Can it not generate other representations, e.g. an h264 for review etc.? I’m thinking what I might ultimately do is not use the tray publisher for these plates, rather write some code to publish these plates and generate representations they way I need. (extra info btw, I’m going to need to generate the EXRs in Nuke from .MXF files)

Hello,
Just checking, have you done it by changing the settings? or by modifying the code base?


Let me answer your questions. (going to rephrase them a bit)

  1. I can’t Load Plate Created by Tray Publisher as Nuke Read Node
    This is because loaders expect the product type to be plate not PLT.
  2. What’s the difference between that product and a render product I created via nuke using create + publish?
    The difference is only about how they are labeled in the system. one got the product type plate and the other got PLT.
  3. the tray publisher seems to just copy the EXRs to the appropriate path and create a version of a product with just one representation: exr .
    Not only that but also it can name the files and registers the files in the DB.
  4. Can it not generate other representations, e.g. an h264 for review etc.? I’m thinking what I might ultimately do is not use the tray publisher for these plates, rather write some code to publish these plates and generate representations they way I need.
    There’s extract review plugin which can generate h264 review from your exrs. ensure you have traypublisher in hosts list.
  5. extra info btw, I’m going to need to generate the EXRs in Nuke from .MXF files
    Feel free to write feature requests on our Feedback Portal

Yes, I did it by changing the settings, not the code base.

This topic is related:

Your reply to the above links to here:

So this is a feature in progress, but not yet released?

Is the product type “plate” hard-coded into the AYON code? Or is it a name which exists in multiple places across the configuration?

i.e. if the latter, could I make sure I change plate to PLT in all the necessary configuration settings?

Could this be a simpler solution, perhaps? Or is this a bit hacky?

This solution is for the product name. I think this solution is cool. changing the name template is a good place to replace the product type with a different name. but you may need to make a big list of all the products you want to change.

yes it is in progress and not releases yet.

loader plugins include hardcoded list of product types that it can load. e.g. image loader in Nuke

1 Like