Clément Foucault fclem
  • I'm pixel pusher.

  • Joined on 2014-07-09
Clément Foucault pushed to main at blender/blender 2024-11-21 18:02:54 +01:00
80031a7659 Fix: Overlay-Next: In-front overlays not intersecting the grid correctly
Clément Foucault pushed to overlay-fix-infront-grid at fclem/blender 2024-11-21 18:01:05 +01:00
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
Compare 4 commits »
Clément Foucault pushed to overlay-fix-infront-grid at fclem/blender 2024-11-21 17:31:12 +01:00
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
Compare 38 commits »
Clément Foucault commented on pull request blender/blender#130625 2024-11-21 17:23:33 +01:00
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…

Clément Foucault closed issue blender/blender#129961 2024-11-21 17:19:45 +01:00
Overlay Next: GPv3 selected stroke material overlay
Clément Foucault pushed to main at blender/blender 2024-11-21 17:00:33 +01:00
0323fafd61 Overlay-Next: Implement Grease Pencil material name display
Clément Foucault created pull request blender/blender#130683 2024-11-21 15:58:45 +01:00
Overlay-Next: Enable by default and add option to enable legacy code
Clément Foucault created branch overlay-next-default in fclem/blender 2024-11-21 15:58:08 +01:00
Clément Foucault pushed to overlay-next-default at fclem/blender 2024-11-21 15:58:08 +01:00
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
Compare 10 commits »
Clément Foucault commented on issue blender/blender#130430 2024-11-21 15:36:08 +01:00
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…

Clément Foucault commented on issue blender/blender#130430 2024-11-21 15:18:08 +01:00
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…

Clément Foucault suggested changes for blender/blender#130628 2024-11-21 14:10:49 +01:00
Overlay-Next: Space Image/Node paths
Clément Foucault commented on pull request blender/blender#130628 2024-11-21 14:10:48 +01:00
Overlay-Next: Space Image/Node paths

Create 3 functions:

Clément Foucault closed pull request blender/blender#130519 2024-11-21 13:11:41 +01:00
WIP: GPU: Data format type enum refactor
Clément Foucault commented on pull request blender/blender#130519 2024-11-21 13:11:38 +01:00
WIP: GPU: Data format type enum refactor

Redirecting the conversation to #130632 and #130639 as this needs more design.

Clément Foucault opened issue blender/blender#130671 2024-11-21 13:04:17 +01:00
GPU:
Clément Foucault merged pull request blender/blender#130627 2024-11-21 12:19:37 +01:00
Fix: Overlay-Next: Disable background images on selection
Clément Foucault pushed to main at blender/blender 2024-11-21 12:19:36 +01:00
0df7cf4be8 Fix: Overlay-Next: Disable background images on selection