mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Update openpype/modules/kitsu/actions/launcher_show_in_kitsu.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
9b34573361
commit
40e3dbb38f
1 changed files with 1 additions and 1 deletions
|
|
@ -39,10 +39,10 @@ class ShowInKitsu(LauncherAction):
|
|||
raise RuntimeError(f"Project {project_name} has no "
|
||||
f"connected ftrack id.")
|
||||
|
||||
task_zou_id = None
|
||||
asset_zou_name = None
|
||||
asset_zou_id = None
|
||||
asset_zou_type = 'Assets'
|
||||
task_zou_id = None
|
||||
zou_sub_type = ['AssetType', 'Sequence']
|
||||
if asset_name:
|
||||
asset_zou_name = asset_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue