implement export/import ppbr
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user