2
0
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:
Jack Andersen
2015-10-01 18:06:45 -10:00
parent 391ee13816
commit bebeffb247
6 changed files with 377 additions and 21 deletions

View File

@@ -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)