mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Add interface method for entering cook thread transactions
This commit is contained in:
@@ -42,6 +42,7 @@ void ClientProcess::BufferTransaction::run(BlenderToken& btok)
|
||||
|
||||
void ClientProcess::CookTransaction::run(BlenderToken& btok)
|
||||
{
|
||||
m_dataSpec->setThreadProject();
|
||||
m_returnResult = m_parent.syncCook(m_path, m_dataSpec, btok);
|
||||
m_complete = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user