Block a user
Laurynas Duburas
pushed to antialiased-curves-handles at laurynas/blender
2024-06-08 06:15:52 +02:00
b15ba5ee45
smooth curves handles Metal case
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")
…
Fix: Add leftColor variable only to handle shader
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
Laurynas Duburas
created branch fix-curves-handle-drawing in laurynas/blender
2024-06-05 21:47:00 +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
.
Curves: Enter edit mode crashes on macOS
I could, but it worked after fully deleting darwin_build
.
Sorry for all the trouble.
Curves: Adds Bezier handle support in extrude tool
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
Laurynas Duburas
created branch bezier-handles-in-extrude in laurynas/blender
2024-05-02 13:12:02 +02:00
Curves: Enter edit mode crashes on macOS
Fix: Set handle type when changing form
Vector
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
Laurynas Duburas
deleted branch transform-bezier-handles from laurynas/blender
2024-04-26 10:11:42 +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…