add visualParent None to Shots and Assets

Without this, tray-publisher throws  an error and stops working.
This commit is contained in:
Jacob Danell 2023-01-31 17:30:27 +01:00 committed by Milan Kolar
parent f2311c6866
commit 6f0cd7fc2f

View file

@ -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"]