We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a1060 commit 6095bd4Copy full SHA for 6095bd4
.gitmodules
@@ -12,4 +12,4 @@
12
url = https://github.com/vicrucann/eigen.git
13
[submodule "src/libNumerics/ParallelTransportFrame"]
14
path = src/libNumerics/ParallelTransportFrame
15
- url = git@github.com:vicrucann/ParallelTransportFrame.git
+ url = https://github.com/vicrucann/ParallelTransportFrame.git
src/libSGEntities/RootScene.cpp
@@ -170,6 +170,8 @@ bool RootScene::exportSceneToFile(const std::string &name)
170
entity::Canvas* canvas = m_userScene->getCanvas(i);
171
if (!canvas) continue;
172
canvas->detachFrame();
173
+ // for all the strokes within canvas, replace them with mesh representation
174
+
175
}
176
177
Q_CHECK_PTR(m_userScene->getGroupCanvases());
0 commit comments