File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed
Plugins/HoudiniEngineUnity/Scripts Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments