mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
feat(nuke): adding plates family
This commit is contained in:
parent
1caeef68cc
commit
c9e13f16c7
1 changed files with 3 additions and 3 deletions
|
|
@ -75,8 +75,8 @@ def loader_shift(node, frame, relative=True):
|
|||
class LoadSequence(api.Loader):
|
||||
"""Load image sequence into Nuke"""
|
||||
|
||||
families = ["write", "source"]
|
||||
representations = ["exr", "dpx"]
|
||||
families = ["write", "source", "plates"]
|
||||
representations = ["exr", "dpx"]
|
||||
|
||||
label = "Load sequence"
|
||||
order = -10
|
||||
|
|
@ -136,7 +136,7 @@ class LoadSequence(api.Loader):
|
|||
data_imprint.update({k: context["version"]['name']})
|
||||
else:
|
||||
data_imprint.update({k: context["version"]['data'][k]})
|
||||
|
||||
|
||||
data_imprint.update({"objectName": read_name})
|
||||
|
||||
r["tile_color"].setValue(int("0x4ecd25ff", 16))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue