-
Notifications
You must be signed in to change notification settings - Fork 128
Nuke: Render Workfile Attributes #6146
Nuke: Render Workfile Attributes #6146
Conversation
Task linked: OP-7940 Nuke Render Workfile Dependency default |
looks good, we will also need to bump the version in |
Good point! Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Changelog Description
Workfile Dependency
default value can now be controlled from project settings.Use Published Workfile
makes using published workfiles for rendering optional.Testing notes:
deadline/publish/NukeSubmitDeadline/workfile_dependency
off.Workfile Dependency
is off.Use Published Workfile
and validate the Deadline job is using the work area workfile.