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
Recent refactoring seems to have changed the launch type for extractenvironments logic as used by e.g. the Deadline's GlobalJobPreLoad logic.
extractenvironments
It currently seems to force LaunchTypes.farm_publish in the logic here - also since 0.3.0
LaunchTypes.farm_publish
Previously it was e.g. LaunchTypes.farm_render in Ayon Core 0.2.1 and also in OpenPype
LaunchTypes.farm_render
The LaunchTypes.farm_render currently even seems unused?
Elaborate the differences between the two - and use the correct one when relevant.
I assume for the deadline render jobs it should be using the LaunchTypes.farm_render?
1.0.0
Windows
No response
The text was updated successfully, but these errors were encountered:
It seems to have been changed here: https://github.com/ynput/ayon-core/pull/297/files#diff-2941b87a47067ff6165b8f040a8b4d01bca34f99d589f4a918275c1bcbc59696L103-L171
Sorry, something went wrong.
Fix Fusion env on deadline renders
cc52aae
See: ynput/ayon-applications#2
No branches or pull requests
Is there an existing issue for this?
Current Behavior:
Recent refactoring seems to have changed the launch type for
extractenvironments
logic as used by e.g. the Deadline's GlobalJobPreLoad logic.It currently seems to force
LaunchTypes.farm_publish
in the logic here - also since 0.3.0Previously it was e.g.
LaunchTypes.farm_render
in Ayon Core 0.2.1 and also in OpenPypeThe
LaunchTypes.farm_render
currently even seems unused?Expected Behavior:
Elaborate the differences between the two - and use the correct one when relevant.
I assume for the deadline render jobs it should be using the
LaunchTypes.farm_render
?Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
LaunchTypes.farm_render
do not run in deadline render.Are there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: