mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add write family to default nuke version sync settings
This commit is contained in:
parent
7fbb1dfa91
commit
0ed1caa5f9
3 changed files with 6 additions and 2 deletions
|
|
@ -98,4 +98,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -87,7 +87,8 @@
|
|||
"camera",
|
||||
"gizmo",
|
||||
"source",
|
||||
"render"
|
||||
"render",
|
||||
"write"
|
||||
]
|
||||
},
|
||||
"ValidateInstanceInContext": {
|
||||
|
|
|
|||
|
|
@ -41,6 +41,9 @@
|
|||
},
|
||||
{
|
||||
"render": "render"
|
||||
},
|
||||
{
|
||||
"write": "write"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue