mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #1203 from pypeclub/3.0/bugfix/1089-nuke-avalontab-as-default-for-write-node
Nuke: AvalonTab as default for write node
This commit is contained in:
commit
a26529e917
1 changed files with 3 additions and 0 deletions
|
|
@ -489,6 +489,9 @@ def create_write_node(name, data, input=None, prenodes=None, review=True):
|
|||
# Deadline tab.
|
||||
add_deadline_tab(GN)
|
||||
|
||||
# open the AvalonTab as default
|
||||
GN["AvalonTab"].setFlag(0)
|
||||
|
||||
# set tile color
|
||||
tile_color = _data.get("tile_color", "0xff0000ff")
|
||||
GN["tile_color"].setValue(tile_color)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue