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 549d39c1f4 - Show all commits

View File

@ -165,7 +165,6 @@ void legacy_gpencil_frame_to_grease_pencil_drawing(GreasePencilDrawing &drawing,
curves.tag_topology_changed();
drawing.geometry.wrap() = std::move(curves);
#undef POINT_ATTRIBUTE
}
void legacy_gpencil_to_grease_pencil(Main &bmain, GreasePencil &grease_pencil, bGPdata &gpd)