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

Replace render delegate's "pause render" with "stop render" #2177

Closed
sebastienblor opened this issue Jan 10, 2025 · 1 comment · Fixed by #2179
Closed

Replace render delegate's "pause render" with "stop render" #2177

sebastienblor opened this issue Jan 10, 2025 · 1 comment · Fixed by #2179
Labels
enhancement New feature or request

Comments

@sebastienblor
Copy link
Collaborator

Our render delegate is currently declaring that is supports pausing renders (with IsPauseSupported returning true), but this isn't actually correct. At the moment, arnold cannot pause & resume renders. We should instead return true in IsStopSupported and no longer declare anything for pauses.

@sebastienblor sebastienblor added the enhancement New feature or request label Jan 10, 2025
@autodesk-oss-arnold-bot
Copy link

Issue synced internally to ARNOLD-15791

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant