Skip to content
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

ChunkSize in Houdini is ignored #21

Closed
antirotor opened this issue Aug 8, 2024 · 4 comments · Fixed by #49
Closed

ChunkSize in Houdini is ignored #21

antirotor opened this issue Aug 8, 2024 · 4 comments · Fixed by #49
Assignees
Labels
type: bug Something isn't working

Comments

@antirotor
Copy link
Member

Problem

Currently, the chunk size is ignored - it is probably thanks to the fact that it is pulled from the instance, but nothing is setting it there. It should be treated as other attributes, like priority:

job_info.ChunkSize = instance.data.get("chunk_size", self.chunk_size)

@antirotor antirotor added the type: bug Something isn't working label Aug 8, 2024
@MustafaJafar
Copy link
Contributor

I think we might drop it in favor of supporting different render targets for cache submission. i.e. like render submission.
Therefore, I think this issue is related to ynput/ayon-houdini#33

@kalisp
Copy link
Member

kalisp commented Nov 4, 2024

Might be fixed by #49

@BigRoy
Copy link
Contributor

BigRoy commented Nov 4, 2024

Thanks @kalisp - yes. I'd say so, if not - we should still fix it in that PR 🗡 because that'd hint at other issues.

@BigRoy BigRoy linked a pull request Nov 4, 2024 that will close this issue
10 tasks
@BigRoy
Copy link
Contributor

BigRoy commented Nov 4, 2024

@MustafaJafar not sure how related to you this might then still be as assignee. You could use @kalisp 's PR to do a test run and confirm whether it fixes it. Or otherwise re-assign this issue to @kalisp completely.

I think the test run would be well worth it however.

tweak-wtf pushed a commit to tweak-wtf/ayon-deadline that referenced this issue Dec 13, 2024
…th crypomatte' (ynput#21) from fix/review_tag_multi_exr into develop

Reviewed-on: http://bepic-docker01:3090/ayon/ayon-deadline/pulls/21
Reviewed-by: tony.dorfmeister <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants