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

invert canvas brush size hotkey setting #5875

Conversation

joshistoast
Copy link
Contributor

@joshistoast joshistoast commented Mar 6, 2024

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Community Node Submission

Have you discussed this change with the InvokeAI team?

  • Yes
  • No, because:

Have you updated all relevant documentation?

  • Yes
  • No

Description

Adds a setting to the canvas settings to invert the direction of brush size on mouse wheel.

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Merge Plan

Added/updated tests?

  • Yes
  • No : please replace this line with details on why tests
    have not been included

[optional] Are there any post deployment tasks we need to perform?

@github-actions github-actions bot added the frontend PRs that change frontend files label Mar 6, 2024
@psychedelicious
Copy link
Collaborator

Is the current direction backwards? What about canvas zoom?

My first thought is to just have one direction and stick with it. Or have a more general setting that inverts all scroll interactions (we have a couple features in the pipeline that will use scroll).

Can you sell me on this feature?

@hipsterusername
Copy link
Member

Is the current direction backwards? What about canvas zoom?

My first thought is to just have one direction and stick with it. Or have a more general setting that inverts all scroll interactions (we have a couple features in the pipeline that will use scroll).

Can you sell me on this feature?

A few people in discord asked about it. It's not really backwards (a few people like as is), just some people prefer "up = bigger"

@psychedelicious psychedelicious force-pushed the feat/invert-canvas-brush-size-hotkey-setting branch from ea09751 to 2cb6fc2 Compare March 6, 2024 23:41
@psychedelicious psychedelicious merged commit 4eefed1 into invoke-ai:main Mar 6, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend PRs that change frontend files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement]: Invert scroll wheel brush size control in the Unified Canvas.
3 participants