Block a user
Curves: Bezier handle selection support
- It feels like
SelectionAttributeList
introduces unnecessary complexity. Couldn't there just be a function like `get_curves_selection_attribute_names(const CurvesGeometry &curves) ->…
c3a0ea4641
Fix selection after curves draw
3b9ed43b41
SelectionAttributeList::attribute_ids_ made static
Fix #119686: Curves editmode handles are displayed in sculptmode
54e6388ece
Fix #119686: Curves editmode handles are displayed in sculptmode
9b1ba4fced
Fix: EEVEE-Next: Metal compilation
81ceff8e73
Fix: Missing subversion update
d0eacbd6ba
Merge branch 'blender-v4.1-release'
afbd733047
Fix #119635: File Browser Horizontal Display Never Compact
WIP: Curves: Bezier handle selection support
0af7d35c1f
Curves: Bezier handle selection support
462437de20
Fix: GPv3: Assert in
LayerTreeView::build_tree()
7ec5dab1df
Merge remote-tracking branch 'origin/blender-v4.1-release'
3334fff801
Fix compiler error on windows
c0c7e34bab
Fix #119615: Anim, Crash with NLA tweak mode and linked Armatures
Laurynas Duburas
created branch select-bezier-handles in laurynas/blender
2024-03-20 18:30:36 +01:00
Curves editmode handles are displayed in sculptmode
@JacquesLucke It looks like same GPUBatch *edit_handles;
isn't suitable for Cage overlay.
The only fix I see would be to create a new one with the same vertex buffer, but different index…
Laurynas Duburas
deleted branch select-bezier-handles from laurynas/blender
2024-03-19 13:11:41 +01:00
Laurynas Duburas
created branch old-select-bezier-handles in laurynas/blender
2024-03-19 13:11:41 +01:00
Laurynas Duburas
deleted branch bezier-handles-for-new-curves from laurynas/blender
2024-03-19 10:41:07 +01:00
Laurynas Duburas
pushed to bezier-handles-for-new-curves at laurynas/blender
2024-03-18 08:22:25 +01:00
f1aeedd476
Comment on GPU_COMP_U8 and stride
Curves: Bezier handles for new Curves
GPU_vertbuf_get_data
has TODO inside, stating the same, but it would be very restricting.
I'd suggest template version of GPU_vertbuf_get_data
casting pointer to a certain type before…
Laurynas Duburas
pushed to bezier-handles-for-new-curves at laurynas/blender
2024-03-18 07:00:43 +01:00
4d67dcf1a4
Comments
Laurynas Duburas
pushed to bezier-handles-for-new-curves at laurynas/blender
2024-03-16 21:25:20 +01:00
47daddfe74
Magic number, comments, formatting and other
Curves: Bezier handles for new Curves
While playing with GPU_COMP_U8
for data
came up to a different way:
static uint DUMMY_ID;
static GPUVertFormat single_attr_vertbuffer_format(const char *name,
…