Skip to content

Commit 7826b27

Browse files
committed
Add hexecutable. This is a new houdini executable for education. Now that we
have student home licenses its increasingly possible that a student will have access to an indie and eduaction license. The normal fix is to have them edit the apps licensing options to skip over the licenses they dont want. With a specific houdini education application they dont need to worry about licenses as it will only ever pull an education seat.
1 parent 6871a48 commit 7826b27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/HoudiniEngineUnity/Scripts/Sessions/HEU_SessionManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@ public static string GetHoudiniPathOnMacOS(string houdiniPath)
745745
case "Core": hexecutable = "houdinicore"; break;
746746
case "FX": hexecutable = "houdini"; break;
747747
case "Indie": hexecutable = "hindie"; break;
748+
case "Education": hexecutable = "heducation"; break;
748749
case "Indie Steam Edition": hexecutable = "hindie.steam"; break;
749750
default: break;
750751
}
@@ -1152,4 +1153,4 @@ public static string GetUniqueMaterialShopName(HAPI_NodeId assetID, HAPI_NodeId
11521153

11531154
}
11541155

1155-
} // HoudiniEngineUnity
1156+
} // HoudiniEngineUnity

0 commit comments

Comments
 (0)