Dust3D is a cross-platform open-source 3D modeling software, offering auto-UV unwrapping, auto-rigging with PBR material support, pose, and motion authoring all in one. PR: 239446 (without actual submission)
9 lines
234 B
C++
9 lines
234 B
C++
--- src/contourtopartconverter.cpp.orig 2020-04-12 10:44:20 UTC
|
|
+++ src/contourtopartconverter.cpp
|
|
@@ -1,5 +1,6 @@
|
|
#include <QImage>
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
#include <cmath>
|
|
#include <QUuid>
|
|
#include <cmath>
|