Curves: cage overlay for sculpt mode #104467

Merged
Jacques Lucke merged 44 commits from JacquesLucke/blender:sculpt-edit-overlay into main 2023-02-14 18:10:24 +01:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit c0b556b1af - Show all commits

View File

@ -54,10 +54,9 @@ struct CurvesBatchCache {
GPUBatch *edit_points;
GPUBatch *edit_lines;
GPUBatch *cage_lines;
/* Positions edited in edit/sculpt mode. */
/* Editmode (original) point positions. */
GPUVertBuf *edit_points_pos;
/* Editmode data (such as selection). */