-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Add dotted grid to GraphEdit #83785
Add dotted grid to GraphEdit #83785
Conversation
02f60fa
to
9226076
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the design of the grid, haven't tested or checked the code yet.
Looks good to me, though i think it should be possible to toggle it off in visual shaders |
@QbieShay This PR only adds the new patterns to GraphEdit, the VisualShader editor remains completely unchanged. I plan to apply it to the editor in a separate PR together with some other UI/UX improvements (there will be an editor setting for changing the grid pattern). |
Yepp sorry for the misunderstanding! |
This dotted grid may be a good addition to the 2D editor in the future 🙂 |
9226076
to
4770f25
Compare
4770f25
to
1a8e676
Compare
Thanks! Let's make use of this in the editor as well :) |
Introduces a
grid_pattern
property forGraphEdit
.The new dotted pattern adapts to the zoom level (fading) and should be a bit more pleasant to the eye.
This PR only contains the additon to
GraphEdit
, but to demonstrate how it could look I tested it on the VisualShader editor: