This thread here is about changing certain aspects of the UV tile grid described below. It was requested that community feedback be gathered before moving forward with addressing some of the issues so that the decisions can better be documented and agreed upon first.
What I would like from this thread is artist and user feedback for each of the proposals and issues below. If something egregious has been forgotten or is not mentioned, please do so and I will try to compile/organize the feedback as best as possible.
Issue 1: Should the UV tile grid disappear as soon as an image is loaded in the UV editor space?
This behavior seems confusing and there’s been some feedback around it already which is noted below. However, addressing the issue has spawned further questions.
Motivation
- User report: https://developer.blender.org/T86873
- External feedback: https://youtu.be/7ipXwDSKEWc?t=734
Current patch
Artist feedback
- See Julien’s response here: https://developer.blender.org/D11860#319041
Proposal: Move forward with D11860 as-is. It will do the following:
- Allows the UDIM grid to be shown regardless of if images are loaded or not
- Does not change any other aspect of the current design. See Issues 3 and 4 below for further considerations.
Issue 2: Should there be a way to disable the grid entirely? Should it be part of the Overlay settings and UI?
I believe this is a relatively straight-forward and uncontroversial issue to solve. The grid should be toggle-able on/off just like the 3D viewport grid AND it should respond to the overall Overlay toggle setting as well.
I believe it’s also a user expectation that the grid configuration live inside the Overlay popover instead of the N-panel; just like the 3D viewport grid controls.
Implementation and design considerations:
- The grid has been drawn as an Overlay for some time now so it makes sense to have it better integrated with the Overlay settings and UI.
Current patch
Proposal: Move forward with D11862. It will do the following:
- Move grid controls out from the N-Panel and into the Overlay popup menu
- Adds ability to toggle just the grid on/off while keeping the other Overlays on
- Adds ability for the grid to respond to the overall Overlay on/off toggle
Issue 3: The grid allows(requires) manual dimension adjustment, which can be annoying and unintuitive, after certain operations take place
How can the grid dimensions better serve the the user and artist? Does it need to change at all? Is there a better default like say 10x10 or 10x1 or something else? Should it just automatically adjust?
Motivation
- If the user moves a UV island to some place where the grid is not drawn, the grid is not expanded to account for it (and vice versa). Requires user action to adjust the grid dimensions if desired (Julien’s feedback: https://developer.blender.org/D11860#319041)
- If the user creates an Image tile outside of the current grid dimensions, it will “look” disconnected. Requires user action to adjust the grid dimensions if desired. (Jeroen’s feedback: https://developer.blender.org/D11860#318892)
On the one hand, some users appreciate the ability to define the grid dimensions however they see fit. On the other, some users may appreciate one less item to manage in their workflow.
There’s 4 primary options:
- Do nothing. The grid remains as-is today. Users can move UV islands or add Image tiles outside the current grid dimensions. Manual adjustment is required if desired.
- Toggle-able “automatic”. The grid’s dimensions will automatically expand/contract to account for newly added/moved/removed Image tiles or UV islands when enabled. Users can disable the toggle and manually configure themselves if required.
- Always “automatic”. The grid’s dimensions will automatically expand/contract to account for newly added/moved/removed Image tiles or UV islands. No user manipulation is implemented.
- Always draw the “full” grid.
Notes:
- Non-tiled images are by definition a single grid cell. Automatic would do the right thing here and not draw the other grid cells etc.
- The UDIM grid, per-spec, will never be more than 10 cells wide nor will it be negative in the X or Y dimensions. The implementation would continue to follow this convention even if the “automatic” options are built.
Implementation and design considerations:
- If an “automatic” option is created, should the UDIM grid adjust during UV island movement; i.e. while the interactive modal operation is ongoing?
- The decision here can be additive on top of Issue 1 but will require a way for the Overlay system to access the extents of all displayed UVs and image tiles.
- The decision here will impact Issues 4 and 5 below
Feedback:
- A full automatic implementation would interfere with folks purposely moving UVs outside the primary tile but not using UDIMs. Would like to keep it optional if this Issue is decided to be addressed.
Proposal: Currently no opinion. Need artist input and feedback.
Issue 4: Feedback required: Should the grid be shown in Paint/Mask/Viewer modes?
Right now the grid is restricted to UV Edit mode. That feels somewhat artificial. Technically the grid works “fine” in the other modes already. In fact, the grid will be shown in these modes when there are no images loaded (now and after Issue 1 is addressed). It does this so that the editor canvas is not completely blank on first use.
There’s a variety of things to consider here:
- Is the Grid too distracting when painting?
- Consider what it might look like if the decision for Issue 3 is to just draw the “full” grid all the time…
- In any case, if the user can quickly toggle the grid on/off does this make a difference?
- Should the grid be toggled on/off automatically when switching modes? Prior art: The Shading workspace has all its overlays disabled for example.
Implementation and design considerations:
- Decision here can be additive after Issue 1 is addressed
Proposal: After Issue 2 is addressed, show the UDIM grid (as configured) in Paint mode as well. Do not show it inside the Mask/Viewer/Render result modes. No opinion around automatically toggling the grid display.
Example of what the grid looks like in Paint mode - I’ve scribbled a light-blue stroke between both tiles in 1 stroke below as an example:
Issue 5: Feedback required: Should anything special be done when displaying non-square images?
Technically the grid also works “fine” for this as well. It just looks very, very weird of course.
There’s only 2 options really I think:
- Do nothing. Continue to draw non-square grid tiles
- Disable the grid when showing non-square grid tiles. That would mean the feature disappears when the user ends up in this state. Even if we become really good about placing a marker or other indicator in the UI that the grid is disabled because of this reason, is that for the best?
Considerations:
- How annoying is it to look at such a grid in general?
- How annoying would it be for a user to have to disable the grid when working with non-square images if they don’t like it?
- If an “automatic” grid is built for Issue 3, would this eliminate the oddness? This assumes that non-square images are not very likely to be UDIMs which is probably correct.
Proposal: Currently no opinion. Need artist input and feedback.