Block a user
4952a17a35
Avoid assertion in legacy grid
2487059ebd
Merge branch 'main' into overlay-fix-infront-grid
66590ff52a
Overlay-Next: Space Image/Node paths
a4c9b691a0
Attributes: Add 2D 16 bit integer type
e3489ac940
Fix infront depth merging with scene depth instead of just masking
24ce6dfb57
Merge branch 'main' into overlay-fix-infront-grid
0323fafd61
Overlay-Next: Implement Grease Pencil material name display
04b6eae37f
Refactor: remove editor includes from animrig
f75ccd9644
Fix #130308: Missing keymap entry for bone eyedropper
Fix: Overlay-Next: In-front overlays not intersecting the grid correctly
no idea what xray_fade is
This is the pass that fades occluded overlays when in Xray mode with non binary alpha. Which becomes problematic if we move the grid pass before it, because the grid…
Overlay Next: GPv3 selected stroke material overlay
Overlay-Next: Enable by default and add option to enable legacy code
234bd9b098
Overlay-Next: Enable by default and add option to enable legacy code
c497d5c3fa
Refactor: Move quad triangulation function to blenlib
d37a855973
Fix #130569: Grease Pencil tint modifier should use gradient alpha
0df7cf4be8
Fix: Overlay-Next: Disable background images on selection
c533a7b008
Fix: make_bpy_wheel.py is incompatible with Python 3.9
Backface culling + show face orientation won't cull face orientation overlay in material preview
For example the alternative solution has been requested on rightclickselect multiple times before: Global backface culling option for all viewport shading types (just like object mode).
That…
Backface culling + show face orientation won't cull face orientation overlay in material preview
This is complicated.
Before 4.2, the overlay would use depth test equal to make sure to show the facing of the currently rendered faces.
With 4.2 we changed this to always draw the full mesh…
WIP: GPU: Data format type enum refactor
WIP: GPU: Data format type enum refactor
Redirecting the conversation to #130632 and #130639 as this needs more design.
Fix: Overlay-Next: Disable background images on selection