Laurynas Duburas laurynas
  • Joined on 2021-06-10
Laurynas Duburas pushed to antialiased-curves-handles at laurynas/blender 2024-06-08 06:15:52 +02:00
b15ba5ee45 smooth curves handles Metal case
Laurynas Duburas commented on pull request blender/blender#122803 2024-06-05 23:11:58 +02:00
Fix: Add leftColor variable only to handle shader

No. Some shaders get leftColor though they do not need it. Try changing that line, to:

.vertex_out(overlay_edit_smooth_color_iface.smooth(Type::VEC4, "leftColor")
                   
Laurynas Duburas created pull request blender/blender#122803 2024-06-05 21:54:55 +02:00
Fix: Add leftColor variable only to handle shader
Laurynas Duburas pushed to fix-curves-handle-drawing at laurynas/blender 2024-06-05 21:47:00 +02:00
895f391e66 add leftColor variable only to handle shader
28ad3e59a7 GPv3: Fix crash when converting LineArt modifiers.
a40a4ccb2f GPv3: Draw Tool: Make "Simplify" option a screen space threshold
dd63668790 GPv3: Brush strength conversion
92bfb754af Cleanup: Use unique_ptr for MeshRenderData
Compare 10 commits »
Laurynas Duburas created branch fix-curves-handle-drawing in laurynas/blender 2024-06-05 21:47:00 +02:00
Laurynas Duburas commented on issue blender/blender#121314 2024-05-09 10:07:39 +02:00
Curves: Enter edit mode crashes on macOS

Just for the log. It crashes with CMAKE_BUILD_TYPE:STRING=Debug, but works with Release and RelWithDebInfo.

Laurynas Duburas commented on issue blender/blender#121314 2024-05-08 20:17:17 +02:00
Curves: Enter edit mode crashes on macOS

I could, but it worked after fully deleting darwin_build. Sorry for all the trouble.

Laurynas Duburas commented on issue blender/blender#121314 2024-05-03 12:32:49 +02:00
Curves: Enter edit mode crashes on macOS

Daily build works fine. My own build from main crashes.

Laurynas Duburas created pull request blender/blender#121340 2024-05-02 13:19:53 +02:00
Curves: Adds Bezier handle support in extrude tool
Laurynas Duburas pushed to bezier-handles-in-extrude at laurynas/blender 2024-05-02 13:12:02 +02:00
758d73096b Adds Bezier handle support in extrude tool
2b85314f05 Revert "GHOST/Wayland: improve the error message for protocol errors"
7629ef218e Fix #121134: Hide Proportional Editing for armature editmode
530999fb76 Cleanup: add missing SPDX-FileCopyrightText
f6b7464b4c Cleanup: spelling in comments
Compare 10 commits »
Laurynas Duburas created branch bezier-handles-in-extrude in laurynas/blender 2024-05-02 13:12:02 +02:00
Laurynas Duburas opened issue blender/blender#121314 2024-05-01 19:00:42 +02:00
Curves: Enter edit mode crashes on macOS
Laurynas Duburas deleted branch handle-type-vector from laurynas/blender 2024-05-01 14:50:45 +02:00
Laurynas Duburas created pull request blender/blender#121292 2024-05-01 08:36:08 +02:00
Fix: Set handle type when changing form Vector
Laurynas Duburas created branch handle-type-vector in laurynas/blender 2024-05-01 08:34:20 +02:00
Laurynas Duburas pushed to handle-type-vector at laurynas/blender 2024-05-01 08:34:20 +02:00
deb6c6d733 Fix: Set handle type when changing form Vector
02f2d73b78 Refactor: Deduplicate modifier copy to selected functions
5b6c776ef4 Cleanup: Rename modifier_clear function to add plural
809ed077ac Cleanup: Use const in some modifier related functions
643f4eaedf Fix: EEVEE-Next: Compilation error
Compare 10 commits »
Laurynas Duburas deleted branch transform-bezier-handles from laurynas/blender 2024-04-26 10:11:42 +02:00
Laurynas Duburas commented on pull request blender/blender#120222 2024-04-25 19:57:11 +02:00
Curves: Transform Bezier handles

At a high level, I think the only thing I really care about is that there's no performance cost when there are no Bezier curves. I didn't thoroughly check whether that was the case, it's a bit…

Laurynas Duburas commented on pull request blender/blender#120222 2024-04-25 19:41:42 +02:00
Curves: Transform Bezier handles

Moved to sequential foreach_index.

Laurynas Duburas pushed to transform-bezier-handles at laurynas/blender 2024-04-25 19:31:39 +02:00
20eb1536bf requested fixes