This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Nuke: Render Workfile Attributes#6146
Merged
jakubjezek001 merged 8 commits intoynput:developfrom Jan 24, 2024
Merged
Conversation
Contributor
|
Task linked: OP-7940 Nuke Render Workfile Dependency default |
Contributor
Author
Member
|
looks good, we will also need to bump the version in |
Contributor
Author
Good point! Done. |
jakubjezek001
suggested changes
Jan 18, 2024
Member
jakubjezek001
left a comment
There was a problem hiding this comment.
OpenPype settings works as expected but Ayon server is not workfing well. Please check default settings if there are correctly set.
Traceback (most recent call last):
2024-01-18 14:57:56 File "/backend/api/settings/settings.py", line 178, in get_all_settings
2024-01-18 14:57:56 settings = await addon.get_studio_settings(variant)
2024-01-18 14:57:56 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-18 14:57:56 File "/backend/ayon_server/addons/addon.py", line 288, in get_studio_settings
2024-01-18 14:57:56 settings = await self.get_default_settings()
2024-01-18 14:57:56 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-18 14:57:56 File "/addons/deadline/0.1.7/__init__.py", line 17, in get_default_settings
2024-01-18 14:57:56 return settings_model_cls(**DEFAULT_VALUES)
2024-01-18 14:57:56 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-18 14:57:56 File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__
2024-01-18 14:57:56 pydantic.error_wrappers.ValidationError: 1 validation error for DeadlineSettings
2024-01-18 14:57:56 publish -> NukeSubmitDeadline -> use_published_workfile
2024-01-18 14:57:56 field required (type=value_error.missing)
2024-01-18 14:57:56
Member
Sorry for my mistake in the path, but it should be increased in deadline server addon not nuke. |
…butes # Conflicts: # server_addon/deadline/server/version.py
iLLiCiTiT
reviewed
Jan 19, 2024
openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Workfile Dependencydefault value can now be controlled from project settings.Use Published Workfilemakes using published workfiles for rendering optional.Testing notes:
deadline/publish/NukeSubmitDeadline/workfile_dependencyoff.Workfile Dependencyis off.Use Published Workfileand validate the Deadline job is using the work area workfile.