Initial Grease Pencil 3.0 stage #106848

Merged
Falk David merged 224 commits from filedescriptor/blender:grease-pencil-v3 into main 2023-05-30 11:14:22 +02:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 2b6e2624f8 - Show all commits

View File

@ -94,7 +94,6 @@ void PaintOperation::on_stroke_done(const bContext &C)
grease_pencil_eval.drawings()[index_eval]);
const Span<StrokePoint> stroke_points = drawing_eval.stroke_buffer();
std::cout << stroke_points.size() << std::endl;
CurvesGeometry &curves = drawing_orig.geometry.wrap();
int num_old_curves = curves.curves_num();