implement export/import ppbr

This commit is contained in:
2019-09-03 11:56:34 +02:00
parent 568f20e5c9
commit 0353d323a4
11 changed files with 390 additions and 135 deletions

View File

@@ -57,7 +57,7 @@ void App::open_document(std::string path)
if (str_iequals(m[3].str(), "abr"))
{
std::thread(&NodePanelStroke::import_abr, stroke, path).detach();
std::thread(&NodePanelBrushPreset::import_abr, presets, path).detach();
}
else
{