File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Plugins/HoudiniEngineUnity/Scripts Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -592,12 +592,14 @@ public static extern HAPI_Result
592592 public static extern HAPI_Result
593593 HAPI_CreateInputNode (
594594 ref HAPI_Session session ,
595+ HAPI_NodeId parent_node_id ,
595596 out HAPI_NodeId node_id ,
596597 byte [ ] name ) ;
597598 [ DllImport ( HEU_HoudiniVersion . HAPI_LIBRARY , CallingConvention = CallingConvention . Cdecl ) ]
598599 public static extern HAPI_Result
599600 HAPI_CreateInputCurveNode (
600601 ref HAPI_Session session ,
602+ HAPI_NodeId parent_node_id ,
601603 out HAPI_NodeId node_id ,
602604 byte [ ] name ) ;
603605 [ DllImport ( HEU_HoudiniVersion . HAPI_LIBRARY , CallingConvention = CallingConvention . Cdecl ) ]
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 = 200 ;
44+ public const int HOUDINI_BUILD = 201 ;
4545 public const int HOUDINI_PATCH = 0 ;
4646
47- public const string HOUDINI_VERSION_STRING = "20.5.200 " ;
47+ public const string HOUDINI_VERSION_STRING = "20.5.201 " ;
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