Laurynas Duburas laurynas
  • Joined on 2021-06-10
7764dc168e Fix #123325: Curve selection more does not highlight curves
da3461f8eb Fix #123241: Wrong dialog shown when dropping an unsupported package
934041e8d6 BLO: support overaligned types in SDNA
1d4b4440d9 Curve: reduce overhead in debug builds
7e61f14a88 Fix #123332: VSE strip transform handles look tweaks
Compare 69 commits »
Laurynas Duburas commented on pull request blender/blender#123373 2024-06-19 17:16:40 +02:00
Fix #123325: Curve selection more does not highlight curves

How do I do that? Tried with git rebase origin/blender-v4.2-release, but I get various conflicts to merge.

Laurynas Duburas created pull request blender/blender#123398 2024-06-18 21:06:06 +02:00
Overlay-Next Lattice
Laurynas Duburas pushed to overlay-next-lattice at laurynas/blender 2024-06-18 20:49:46 +02:00
a0cbc3faec Overlay-Next Lattice
eb731c036b Refactor: Anim filtering, avoid passing bDopesheet *ads parameter
f1fa7e180b Remove outdated comment
033a3f09b6 Merge branch 'blender-v4.2-release'
bc7cb481da Fix #123339: Blender fails to build with older versions of wayland
Compare 10 commits »
Laurynas Duburas created branch overlay-next-lattice in laurynas/blender 2024-06-18 20:49:45 +02:00
Laurynas Duburas created pull request blender/blender#123373 2024-06-18 14:23:12 +02:00
Fix #123325: Curve selection more does not highlight curves
d2894d030f Fix #123325: Curve selection more does not highlight curves
b48370b62d Merge branch 'blender-v4.2-release'
b11d8d2e74 Fix #121559: bad node tree zone visibility with frames
a6628fc299 Fix #123255: flickering background in node tree zones
6c9a0e8c15 Build: rebuild OSL (update LFS), resolve LLVM linking error (#2)
Compare 10 commits »
Laurynas Duburas commented on issue blender/blender#123325 2024-06-18 12:09:47 +02:00
Regression: Curve selection more does not highlight curves

It must have hapend with this 4889aed8ac, as from here handles are drawn only for Bezier and NURBS. @JacquesLucke can I return handle polyline for CURVE_TYPE_POLY and CURVE_TYPE_CATMULL_ROM

Laurynas Duburas commented on pull request blender/blender#123311 2024-06-17 22:24:30 +02:00
Fix: Curves: Crash in transform code for non bézier curves

Maybe @laurynas wants to have a look here too.

I would have kept one threading::parallel_for(curve_points.index_range(), call by using if (curve_type == CURVE_TYPE_BEZIER) { only to set…

Laurynas Duburas deleted branch fix-curves-handle-drawing from laurynas/blender 2024-06-13 20:14:34 +02:00
Laurynas Duburas commented on pull request blender/blender#122803 2024-06-12 14:36:50 +02:00
Fix: Add leftColor variable only to handle shader

The #122910 will hang for a while so I'm activating this one.

More realistic problem scenario. Define variable leftColor in overlay_edit_particle_strand_vert.glsl or any other defined…

Laurynas Duburas pushed to antialiased-curves-handles at laurynas/blender 2024-06-11 12:51:54 +02:00
c531a5373c delete unused file overlay_edit_curves_handle_frag.glsl
Laurynas Duburas pushed to antialiased-curves-handles at laurynas/blender 2024-06-11 08:15:32 +02:00
eb690c2a5b retain thickness for diagonal handles
Laurynas Duburas commented on pull request blender/blender#122803 2024-06-10 21:21:55 +02:00
Fix: Add leftColor variable only to handle shader

It will be obsolete, if #122910 is accepted. #122910 is almost completed, so I decided to mark this one WIP not to waste anyone's time.

Laurynas Duburas pushed to antialiased-curves-handles at laurynas/blender 2024-06-10 21:03:30 +02:00
14d457b071 fix missing lower border
Laurynas Duburas pushed to antialiased-curves-handles at laurynas/blender 2024-06-10 16:42:18 +02:00
58b35a8fb3 show active NURBS
f0bc944b45 make format
Compare 2 commits »
Laurynas Duburas pushed to antialiased-curves-handles at laurynas/blender 2024-06-10 13:37:15 +02:00
ca321a45db smooth curve's handles Geometry case
Laurynas Duburas created pull request blender/blender#122910 2024-06-08 06:20:11 +02:00
Curves: smooth handles
Laurynas Duburas created branch antialiased-curves-handles in laurynas/blender 2024-06-08 06:15:52 +02:00