mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Work on mesh transfer from blender
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
continue;
|
||||
}
|
||||
HECL::SystemString subPath;
|
||||
HECL::ProjectRootPath root = HECL::SearchForProject(arg, subPath);
|
||||
HECL::ProjectRootPath root = HECL::SearchForProject(MakePathArgAbsolute(arg, info.cwd), subPath);
|
||||
if (root)
|
||||
{
|
||||
if (!m_fallbackProj)
|
||||
@@ -118,7 +118,6 @@ public:
|
||||
|
||||
HECL::SystemString toolName() const {return _S("cook");}
|
||||
|
||||
using ProjectDataSpec = HECL::Database::Project::ProjectDataSpec;
|
||||
int run()
|
||||
{
|
||||
for (const HECL::ProjectPath& path : m_selectedItems)
|
||||
|
||||
Reference in New Issue
Block a user