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

  • Joined on 2014-07-09
Clément Foucault commented on pull request blender/blender#104941 2023-03-09 15:58:22 +01:00
Rotation C++ API

I'm not sure how to be more explicit. Care to suggest anything better?

Clément Foucault commented on pull request blender/blender#104941 2023-03-09 15:26:14 +01:00
Rotation C++ API
Clément Foucault pushed to bli-math-rotation-cpp at fclem/blender 2023-03-09 15:25:53 +01:00
e73101918b I'm too const for that
Clément Foucault commented on issue blender/blender#105323 2023-03-09 15:18:08 +01:00
blender crash when using real-time compositor w/ colorramp in cardinal or b-spline mode

I bet it is just a wrong default case. The default shouldn't have been marked as BLI_assert_unreachable() as it should follow to the unoptimized version bellow.

Clément Foucault commented on pull request blender/blender#104941 2023-03-09 15:05:37 +01:00
Rotation C++ API
Clément Foucault pushed to bli-math-rotation-cpp at fclem/blender 2023-03-09 14:52:36 +01:00
fdc8edba24 Improve const conrectness and variable names
Clément Foucault commented on pull request blender/blender#105560 2023-03-08 23:41:52 +01:00
Eevee-next: Use compute shader to clear clipmaps

You need to be careful here to avoid out of bound writes. Add a push constant with tilemaps_clip.size() and use it to reject the threads.

b161dab2de Merge branch 'main' into eevee-next-init-shadow-clip-buffer
56d2298271 Fix #105435: Pause Win32 Auto-Focus During Text Entry
60f35207d4 Fix: Hide ".uv_seam" attribute in UI
27b9ce6ab6 Mesh: Avoid writing unnecessary attributes
1354e3108b const_cast no longer needed for ntreeIsRegistered.
Compare 18 commits »
Clément Foucault commented on pull request blender/blender#104941 2023-03-08 23:29:14 +01:00
Rotation C++ API
Clément Foucault pushed to bli-math-rotation-cpp at fclem/blender 2023-03-08 23:27:52 +01:00
06006a51c1 Address review
Clément Foucault commented on pull request blender/blender#104941 2023-03-08 18:13:59 +01:00
Rotation C++ API
Clément Foucault pushed to bli-math-rotation-cpp at fclem/blender 2023-03-08 18:13:11 +01:00
3487260421 Use enum class for Axis and AxisSigned, rename eEulerOrder
Clément Foucault pushed to main at blender/blender 2023-03-08 15:02:00 +01:00
2282272787 Overlay: Adjustment of the max value of "Edge Width" from 5 to 32.
Clément Foucault merged pull request blender/blender#105544 2023-03-08 15:02:00 +01:00
xylvier-patch-edge-width-max-value
Clément Foucault commented on pull request blender/blender#104941 2023-03-08 11:38:24 +01:00
Rotation C++ API
Clément Foucault pushed to bli-math-rotation-cpp at fclem/blender 2023-03-08 11:34:28 +01:00
47a7335e80 Fix missing explicit cast