fix vr and save imported abr textures
This commit is contained in:
@@ -85,6 +85,8 @@ bool NodePanelStroke::import_abr(const std::string& path)
|
||||
async_update();
|
||||
async_end();
|
||||
});
|
||||
m_brush_popup->save();
|
||||
|
||||
parallel_for(abr.m_patterns.size(), [&](size_t i)
|
||||
//for (const auto& patt : abr.m_patterns)
|
||||
{
|
||||
@@ -116,6 +118,8 @@ bool NodePanelStroke::import_abr(const std::string& path)
|
||||
async_update();
|
||||
async_end();
|
||||
});
|
||||
m_pattern_popup->save();
|
||||
|
||||
auto brushes = abr.compute_brushes(App::I.data_path);
|
||||
for (const auto& pr : brushes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user