export depth

This commit is contained in:
2019-04-25 23:31:03 +02:00
parent 2da84ec63d
commit db208bd7cd
5 changed files with 131 additions and 1 deletions

View File

@@ -471,7 +471,7 @@ void App::dialog_export_depth()
if (canvas)
{
// TODO: use picker
canvas->m_canvas->export_layers(doc_name, [this] {
canvas->m_canvas->export_depth(doc_name, [this] {
#if defined(__IOS__)
message_box("Export 3D View + Depth", "Image and depth exported to Files/PanoPainter");
#elif defined(__OSX__)