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

  • Joined on 2014-07-09
Clément Foucault commented on issue blender/blender#125364 2024-11-23 12:42:19 +01:00
New Eevee Rendering Volumetrics much Slower than Legacy

@rohan.stevenson you can try to upload it to a file sharing website and send me the link in private message on chat.blender.org . I am fclem there.

Clément Foucault created pull request blender/blender#130790 2024-11-23 12:36:55 +01:00
Overlay-Next: Add base class for documentation
Clément Foucault pushed to overlay-next-base-class at fclem/blender 2024-11-23 12:34:29 +01:00
6157349e27 Implement interface class
b0b0bf245b Use interface class
4665063a19 Merge branch 'main' into overlay-next-base-class
79b7bce125 Cleanup: Overlay-Next: Make armature method parameter consistent
084384ca46 Make most base class method optional
Compare 51 commits »
Clément Foucault pushed to main at blender/blender 2024-11-23 11:14:57 +01:00
79b7bce125 Cleanup: Overlay-Next: Make armature method parameter consistent
Clément Foucault pushed to main at blender/blender 2024-11-23 10:38:10 +01:00
b5f11dc6e1 Cleanup: Overlay-Next: Make drawing functions name consistent
d9ab2d1598 Overlay-Next: Move view to local storage
12048170c9 Cleanup: Overlay-Next: Remove unused members
93bfc19ef9 Cleanup: Overlay-Next: Use convenience function for overlay flags
aa4ae8add4 Cleanup: Overlay-Next: Use convenience function for selection mode
Compare 6 commits »
Clément Foucault opened issue blender/blender#130773 2024-11-23 02:32:17 +01:00
Overlay-Next: Port missing Attribute viewer text
Clément Foucault commented on issue blender/blender#130671 2024-11-23 00:26:30 +01:00
GPU: Texture Type Refactor

@pragma37 I think I misunderstood your comment. I think your concern is also about texture creation functions and their variants.

In this case we also want to be very explicit as there are also…

Clément Foucault pushed to main at blender/blender 2024-11-22 23:45:23 +01:00
edbdfabc45 Fix: Overlay-Next: Change lattice overlay enable state
Clément Foucault merged pull request blender/blender#130761 2024-11-22 22:38:39 +01:00
Fix: Overlay-Next: Visibility settings
Clément Foucault pushed to main at blender/blender 2024-11-22 22:38:39 +01:00
49bb73b7d8 Fix: Overlay-Next: Visibility settings
Clément Foucault commented on pull request blender/blender#130761 2024-11-22 21:51:56 +01:00
Fix: Overlay-Next: Visibility settings
Clément Foucault approved blender/blender#130761 2024-11-22 21:51:23 +01:00
Fix: Overlay-Next: Visibility settings

Looks good to me. I will address the review comment in main.

Clément Foucault commented on pull request blender/blender#130761 2024-11-22 21:51:21 +01:00
Fix: Overlay-Next: Visibility settings

This looks like we need to split it into 3 different overlays.

Clément Foucault commented on pull request blender/blender#130761 2024-11-22 21:51:20 +01:00
Fix: Overlay-Next: Visibility settings

I don't find any reference in legacy code that checks for bounding box for drawing latices.

Clément Foucault pushed to overlay-next-base-class at fclem/blender 2024-11-22 18:08:41 +01:00
9b25c073b0 Add predraw
faf7a72777 Merge branch 'main' into overlay-next-base-class
68fa0a031c Overlay-Next: Do not enable outline drawing for selection
f08979cb3f Fix #130669: EEVEE: Filter Size of 0 doesn't result in sharp viewport if using pixel scaling
b8ace9331c Grease Pencil: Add python tests for the layer.frames API
Compare 13 commits »
Clément Foucault pushed to main at blender/blender 2024-11-22 18:07:27 +01:00
b8a2519bcf Cleanup: Overlay: Centralize call to DRW_state* functions
Clément Foucault commented on issue blender/blender#130671 2024-11-22 17:14:56 +01:00
GPU: Texture Type Refactor

And we are not even taking texture dimensions or data types into account, so we won't have full compile-time safety anyway.

We are not aiming to put the everything in the type info. There is…

Clément Foucault pushed to main at blender/blender 2024-11-22 15:00:26 +01:00
0915015437 Cleanup: Overlay-Next: Camera: Code re-organization to follow code stype
Clément Foucault pushed to main at blender/blender 2024-11-22 14:56:37 +01:00
fcc04e131f Cleanup: Overlay-Next: Camera: Simplify functions, remove legacy API calls