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

Fix histogram request bug in band compositing mode #1463

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

annehaley
Copy link
Collaborator

Resolves #1458.

After viewing the histograms in channel compositing mode, those histogram components still exist after switching to band compositing mode. The instances for the channel compositing table are invisible, but still send requests with a framedelta every time the currentFrame changes.

This PR prevents sending histogram requests while the parent compositing table of the histogram component is not active.

One additional change enables band compositing on images with greater than 4 bands without assigned names; default names are assigned.

@annehaley annehaley force-pushed the composites-histogram-reqs branch from ac81c79 to 7c90a8b Compare February 8, 2024 22:49
@annehaley annehaley marked this pull request as ready for review February 12, 2024 20:43
@annehaley annehaley requested a review from manthey February 12, 2024 20:43
@annehaley annehaley merged commit b61cb1b into master Feb 13, 2024
16 checks passed
@annehaley annehaley deleted the composites-histogram-reqs branch February 13, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Band compositing histogram requests after channel compositing bug
2 participants