mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add visualParent None to Shots and Assets
Without this, tray-publisher throws an error and stops working.
This commit is contained in:
parent
f2311c6866
commit
6f0cd7fc2f
1 changed files with 1 additions and 0 deletions
|
|
@ -389,6 +389,7 @@ def sync_project_from_kitsu(dbcon: AvalonMongoDB, project: dict):
|
|||
"data": {
|
||||
"root_of": r,
|
||||
"tasks": {},
|
||||
"visualParent": None,
|
||||
},
|
||||
}
|
||||
for r in ["Assets", "Shots"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue