11 KiB
| id | title | sidebar_label |
|---|---|---|
| artist_hosts_nukestudio | Hiero | Hiero / Nuke Studio |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
:::note
All the information also applies to Nuke Studio, but for simplicity we only refer to Hiero. The workflows are identical for both. We are supporting versions 11.0 and above.
:::
Hiero specific tools
Create Default Tags
This tool will recreate all necessary OpenPype tags needed for successful publishing. It is automatically ran at start of the Hiero. Use this tool to manually re-create all the tags if you accidentaly delete them, or you want to reset them to default values.
Result
- Will create tags in Tags bin in case there were none
- Will set all tags to default values if they have been altered
Publishing Shots
With OpenPype, you can use Hiero as a starting point for creating project hierarchy in avalon and ftrack database (episodes, sequences, shots, folders etc.), publishing plates, reference quicktimes, audio and various soft effects that will be evailable later on for compositors and 3D artist to use.
There are two ways to Publish data and create shots in database from Hiero. Use either context menu on right clicking selected clips or go to top menu > OpenPype > Publish.
Keep in mind that the publishing currently works on selected shots
Shot names for all the related plates that you want to publish (subsets) has to be the same to be correctly paired together (as it is shown in image).
Note the layer review which contains plateMainReview.
This media is just h264, 1920x1080 video for that will be used as preview of the actual plateMain subset and will be uploaded to Ftrack. We explain how to work with review tag in Reviewing.
:::important To to successfuly publish a shot from Hiero:
- At least one clip of your shot must be tagged with
Hierarchy,subsetandhandleStart/End. - Your source media must be pre-cut to correct length (including handles) :::
Tagging
OpenPype's custom tags are used for defining shot parameters and to define which clips and how they are going to be published.
If you want to add any properties to your clips you'll need to adjust values on the given tag and then drag it onto the clip.
- double click on preferable tag and drag&drop it to selected clip(s)
- Basic set of tags on clip (usually subset: plateMain)
- Additionally select clip and edit its parameters
- Edit parameters here but do not touch
family
:::important
Only clips with subset will be directly processed for publishing.
:::
Custom Tags Details
Asset related
Subsets
Subset's attributes
Handles
| Icon | Description | Editable | Options |
|---|---|---|---|
| Handles at the start of the clip/shot | value | change to any int number |
|
| Handles at the end of a clip/shot | value | change to any int number |
Handles
OpenPype requires handle information in shot metadata even if they are set to 0. For this you need to add handles tags to the main clip (Should be the one with Hierarchy tag). This way we are defining a shot property. In case you wish to have different handles on other subsets (e.g. when plateBG is longer than plateFG) you can add handle tags with different value to this longer plate.
If you wish to have different handles length (say 100) than one of the default tags, simply drag start: add 10 frames to your clip
and then go to clips tags, find the tag, then replace 10 for 100 in name and also change value to 100.
This is also explained following tutorial Extending premade handles tags
:::caution
Even if you don't need any handles you have to add start: add 0 frames and end: add 0 frames tags to the clip with Hierarchy tag.
:::
Retiming
OpenPype is also able to publish retiming parameters into the database.
Any clip with editorial/retime or TimeWarp soft effect has to be tagged with Retiming tag, if you want this information preserved during publishing.
Any animation on TimeWarp is also preserved and reapplied in Nuke.
You can only combine retime and with a single Timewarp.
Reviewing
There are two ways to publish reviewable h264 mov into OpenPype (and Ftrack).
<Tabs defaultValue="reviewtag" values={[ {label: 'Review Tag', value: 'reviewtag'}, {label: 'Sidecar File', value: 'sidecar'}, ]}>
The first one uses the Review Tag pointing to the track that holds the reviewable quicktimes for plates.
This tag metadata has track key inside that points to review track by default. If you drop this tag onto any publishable clip on the timeline you're telling OpenPype "you will find quicktime version of this plate on review track (clips must have the same name)"
In the image on the right we dropped it to plateMain clip. Then we renamed the layer tha hold reviewable quicktime called plateMainReview. You can see that the clip names are the same.
-reviewsuffix is added to publishing item label if any reviewable file is foundplateMainclip is holding the Review tag- layer name is
reviewas it is used as default in Review Tag in track - name of clip is the same across all subsets
Second way would be to add the h264 mov 1920x1080 into the same folder
as image sequence. The name of the file has to be the same as image sequence.
Publisher will pick this file up and add it to the files list during collecting.
This will also add "- review" to instance label in Publish.
Example:
- img seq:
image_sequence_name.0001.exr - mov:
image_sequence_name.mov
LUT Workflow
It is possible to publish Hiero soft effects for compositors to use later on. You can add the effect to a particular clip or to whole layer as shows on the picture. All clips
below the Video 6 layer (green arrow) will be published with the LUT subset which combines all the colour corrections from he soft effects. Any clips above the Video 6 layer will have no LUT published with them.
Any external Lut files used in the soft effects will be copied over to resources of the published subset folder lutPlateMain (in our example).
:::note
You cannot currently publish soft effects on their own because at the moment we only support soft effects as a part of other subset publishing. Image is demonstrating successful publishing.
:::





