mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Add some script loaders
This commit is contained in:
@@ -98,6 +98,12 @@ public:
|
||||
void AsyncIdle();
|
||||
void Shutdown() {CancelBackgroundIndex();}
|
||||
|
||||
SObjectTag TagFromPath(const hecl::SystemChar* path) const
|
||||
{
|
||||
return TagFromPath(hecl::ProjectPath(*(hecl::Database::Project*)m_proj, path),
|
||||
hecl::SharedBlenderToken);
|
||||
}
|
||||
|
||||
~ProjectResourceFactoryBase() {Shutdown();}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user