mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
CMDL cooking updates
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Blender
|
||||
bool BuildMasterShader(const HECL::ProjectPath& path)
|
||||
{
|
||||
HECL::BlenderConnection& conn = HECL::BlenderConnection::SharedConnection();
|
||||
if (!conn.createBlend(path.getAbsolutePath(), HECL::BlenderConnection::TypeNone))
|
||||
if (!conn.createBlend(path, HECL::BlenderConnection::TypeNone))
|
||||
return false;
|
||||
{
|
||||
HECL::BlenderConnection::PyOutStream os = conn.beginPythonOut(true);
|
||||
|
||||
Reference in New Issue
Block a user