We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\core_1.0.10\ayon_core\pipeline\publish\lib.py", line 451, in filter_pyblish_plugins plugin.apply_settings(project_settings) File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\blender_0.2.6\ayon_blender\plugins\publish\collect_file_dependencies.py", line 19, in apply_settings settings = project_settings[ "deadline"]["publish"]["BlenderSubmitDeadline" ] # noqa ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ KeyERROR: 'BlenderSubmitDeadline'
Shouldnt fail, BlenderSubmitDeadline was removed from Setting, needs to be replaced by content from instance.data["deadline"]["job_info"]
instance.data["deadline"]["job_info"]
No response
Occurs when using https://github.com/ynput/ayon-deadline/releases/tag/0.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Description
Current Behavior
Expected Behavior
Shouldnt fail, BlenderSubmitDeadline was removed from Setting, needs to be replaced by content from
instance.data["deadline"]["job_info"]
Steps To Reproduce:
No response
Additional context:
Version
Occurs when using https://github.com/ynput/ayon-deadline/releases/tag/0.5.0
Relevant log output:
The text was updated successfully, but these errors were encountered: