-
Notifications
You must be signed in to change notification settings - Fork 6
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
Farm rendering changes #165
base: develop
Are you sure you want to change the base?
Conversation
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.
The first local render
test went smoothly and all good.
But once trying to use farm render
it gives me following error in the Publisher:
Traceback (most recent call last):
File "C:\Users\lbate\AppData\Local\Ynput\AYON\dependency_packages\ayon_2406251801_windows.zip\dependencies\pyblish\plugin.py", line 528, in __explicit_process
runner(*args)
File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\deadline_0.4.0\ayon_deadline\plugins\publish\global\submit_publish_job.py", line 393, in process
representations = prepare_representations(
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Work\REPO\ayon-core\client\ayon_core\pipeline\farm\pyblish_functions.py", line 336, in prepare_representations
frames_to_render = _get_real_frames_to_render(frames_to_render)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Work\REPO\ayon-core\client\ayon_core\pipeline\farm\pyblish_functions.py", line 478, in _get_real_frames_to_render
for frame in frames.split(","):
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'
you need to test with the PR ynput/ayon-deadline#49 along with the ayon-core mentioned. |
@moonyuet I will do! ...it wasnt mentioned within the testing steps...so thanks for letting me know! |
i dont think it's related to this PR though. Which unreal version are you testing? |
Changelog Description
Changes to simplify logic for farm rendering.
Additional review information
If you want to have reviews on farm, you need to add
unreal
with.*
regex here:ayon+settings://deadline/publish/ProcessSubmittedJobOnFarm/aov_filter
Fixes:
Testing notes:
Warning
You need ynput/ayon-deadline#49 and ynput/ayon-core#958
Local Rendering
Farm Rendering