Skip to content

Commit b0d6f72

Browse files
committed
Bumping to Houdini Version: 20.5.299
Houdini Engine Version: 7.0 (API: 0)
1 parent 627e616 commit b0d6f72

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

Plugins/HoudiniEngineUnity/Scripts/HAPI/HEU_HAPIConstants.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ namespace HoudiniEngineUnity
5252
using HAPI_ParmId = System.Int32;
5353
using HAPI_PartId = System.Int32;
5454
using HAPI_PDG_WorkItemId = System.Int32;
55-
using HAPI_PDG_WorkitemId = System.Int32;
5655
using HAPI_PDG_GraphContextId = System.Int32;
5756
using HAPI_HIPFileId = System.Int32;
5857
using HAPI_ErrorCodeBits = System.Int32;

Plugins/HoudiniEngineUnity/Scripts/HAPI/HEU_HAPIEnums.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ namespace HoudiniEngineUnity
5252
using HAPI_ParmId = System.Int32;
5353
using HAPI_PartId = System.Int32;
5454
using HAPI_PDG_WorkItemId = System.Int32;
55-
using HAPI_PDG_WorkitemId = System.Int32;
5655
using HAPI_PDG_GraphContextId = System.Int32;
5756
using HAPI_HIPFileId = System.Int32;
5857
using HAPI_ErrorCodeBits = System.Int32;

Plugins/HoudiniEngineUnity/Scripts/HAPI/HEU_HAPIFunctions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ namespace HoudiniEngineUnity
5959
using HAPI_ParmId = System.Int32;
6060
using HAPI_PartId = System.Int32;
6161
using HAPI_PDG_WorkItemId = System.Int32;
62-
using HAPI_PDG_WorkitemId = System.Int32;
6362
using HAPI_PDG_GraphContextId = System.Int32;
6463
using HAPI_HIPFileId = System.Int32;
6564
using HAPI_ErrorCodeBits = System.Int32;

Plugins/HoudiniEngineUnity/Scripts/HAPI/HEU_HAPIStructs.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ namespace HoudiniEngineUnity
5353
using HAPI_ParmId = System.Int32;
5454
using HAPI_PartId = System.Int32;
5555
using HAPI_PDG_WorkItemId = System.Int32;
56-
using HAPI_PDG_WorkitemId = System.Int32;
5756
using HAPI_PDG_GraphContextId = System.Int32;
5857
using HAPI_HIPFileId = System.Int32;
5958
using HAPI_ErrorCodeBits = System.Int32;

Plugins/HoudiniEngineUnity/Scripts/HEU_HoudiniVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public class HEU_HoudiniVersion
4141
{
4242
public const int HOUDINI_MAJOR = 20;
4343
public const int HOUDINI_MINOR = 5;
44-
public const int HOUDINI_BUILD = 293;
44+
public const int HOUDINI_BUILD = 299;
4545
public const int HOUDINI_PATCH = 0;
4646

47-
public const string HOUDINI_VERSION_STRING = "20.5.293";
47+
public const string HOUDINI_VERSION_STRING = "20.5.299";
4848

4949
public const int HOUDINI_ENGINE_MAJOR = 7;
5050
public const int HOUDINI_ENGINE_MINOR = 0;

0 commit comments

Comments
 (0)