The default grid background is ok, but it has these black lines across every 8 squares - and this causes some weird OCD in my case To illustrate:
I always have a need to line up all nodes to these black lines, horizontally & vertically ⌠And i struggle with new nodes to have them lined up to these 8x8 sections - which is a little bit annoying. If i see correctly, there is no possibility to change background. An optional background-change option would be awesome. In my case, i just need to eliminate these black 8x8 sections, nothing more
I have put in a feature request for this, it is JIRA number UE-14980. I will try to come back and update this thread as I receive more information on the status of the request.
Hello, seems like this thread got lost in the void for a bit. Wittlief is no longer at Epic and has a really cool new job, so they arenât around to answer.
The ticket was closed for now, as the grid is not an image, but a code-created rendering of lines. Thatâs why they seem to change as you zoom in and out as well. Itâs unfortunately not something that weâre able to spare the resources for at this moment due to other priorities in the engine, but it would be a nice âpeace of mindâ feature in the future. However, if someone in the community were to create a method of adding alternate background renders, Iâm sure our developers would appreciate it and I would want to promote it as well.
Thanks for clearing this up!
Since the lines are code-created, the one reasonable alternative would be a dark backround without grids (just like @Galeon has mentioned in this thread) - Iâm a C++ noob, but if someone would like to tinker with it, maybe just a single IF statement on âdrawTheOCDLinesâ bool would do the job?
Yeah, removing it should also be pretty easy. + The grid is ok, but unnecessary (well, in my cause it triggers this weird align-OCD, so it distracts me, but maybe thatâs only my weird ) -can the grid be used for something? Maybe I miss some background grid feature ^^
If you go into SNodePanel.cpp, SNodePanel::PaintBackgroundAsLines() is where it is drawn. Take out the code commented horizontal bars and vertical bars and youâll have a dark background without lines for blueprint editor and material editor.
You can also edit the colors in SlateEditorStyle.cpp if desired (making all three the same color would eliminate the distinction between the origin line, major, and minor grid lines):