-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Chore: Use folder in cli arguments #197
Conversation
client/ayon_core/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py
Outdated
Show resolved
Hide resolved
Waiting for #297 to be merged. |
# Conflicts: # client/ayon_core/cli.py # client/ayon_core/cli_commands.py # client/ayon_core/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py # client/ayon_core/modules/royalrender/lib.py
Looks good to me, but not sure if this command is actually still being used. @antirotor any idea what this one was for? |
Was used in royal render https://github.com/ynput/ayon-core/blob/develop/client/ayon_core/modules/royalrender/rr_root/plugins/control_job/perjob/m50__openpype_publish_render.py. |
Changelog Description
Use
--folder
instead of--asset
argument in command line interface.Additional info
Use folder over asset argument in command line interface.
Modified royal render and deadline to support new argument. Deadline plugin does support both options, tries to useThis PR affects only command--asset
if first attempt fails.selectcontext
used in royal render.