2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

MP3 Material updates

This commit is contained in:
Jack Andersen
2015-09-18 21:08:01 -10:00
parent 872e2d4d52
commit e431f96f5d
3 changed files with 59 additions and 33 deletions

View File

@@ -12,8 +12,6 @@ namespace Blender
bool BuildMasterShader(const HECL::ProjectPath& path)
{
if (path.getPathType() == HECL::ProjectPath::PT_FILE)
return true;
HECL::BlenderConnection& conn = HECL::BlenderConnection::SharedConnection();
if (!conn.createBlend(path.getAbsolutePath()))
return false;