-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: control adapters in control layers canvas #6287
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
python
PRs that change python files
invocations
PRs that change invocations
backend
PRs that change backend files
frontend
PRs that change frontend files
labels
Apr 29, 2024
psychedelicious
changed the title
Psyche/feat/UI/rcc control
feat: control adapters in control canvas
Apr 29, 2024
psychedelicious
changed the title
feat: control adapters in control canvas
feat: control adapters in control layers canvas
Apr 30, 2024
psychedelicious
force-pushed
the
psyche/feat/ui/rcc-control
branch
from
April 30, 2024 03:53
e1eb12f
to
d85896c
Compare
psychedelicious
requested review from
blessedcoolant,
maryhipp,
hipsterusername,
lstein,
brandonrising and
RyanJDick
as code owners
April 30, 2024 03:53
psychedelicious
force-pushed
the
psyche/feat/ui/rcc-control
branch
from
April 30, 2024 03:54
d85896c
to
a6dc3ef
Compare
hipsterusername
approved these changes
Apr 30, 2024
…esize Rounding the dims results in control images that are subtly different than the input. We round to the nearest 8px later, there's no need to round now.
Uses the fancy cnet resize that retains edges.
Konva doesn't react to changes to window zoom/scale. If you open the tab at, say, 90%, then bump to 100%, the pixel ratio of the canvas doesn't change. This results in lower-quality renders on the canvas (generation is unaffected).
didn't stage the right changes a few commits back
It's very easy to end up in a spot where you cannot select a layer at all to move it around. Too tricky to handle otherwise.
hipsterusername
force-pushed
the
psyche/feat/ui/rcc-control
branch
from
April 30, 2024 11:58
7b80ad4
to
4d4c250
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend
PRs that change backend files
frontend
PRs that change frontend files
frontend-deps
PRs that change frontend dependencies
invocations
PRs that change invocations
python
PRs that change python files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds control adapters to the control canvas:
Related Issues / Discussions
n/a
QA Instructions
Please try it out.
Two major known issues:
Merge Plan
n/a
Checklist