File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Plugins/HoudiniEngineUnity/Scripts Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ public enum HAPI_License
6767 HAPI_LICENSE_HOUDINI_ENGINE_INDIE ,
6868 HAPI_LICENSE_HOUDINI_INDIE ,
6969 HAPI_LICENSE_HOUDINI_ENGINE_UNITY_UNREAL ,
70+ HAPI_LICENSE_HOUDINI_EDUCATION ,
71+ HAPI_LICENSE_HOUDINI_ENGINE_EDUCATION ,
7072 HAPI_LICENSE_MAX ,
7173 } ;
7274
@@ -316,7 +318,7 @@ public enum HAPI_NodeType
316318 HAPI_NODEFLAGS_SOP_CURVE = 1 << 11 , //SOP Node Specific FlagsLooks for "curve"
317319 HAPI_NODEFLAGS_SOP_GUIDE = 1 << 12 , //Looks for Guide Geometry
318320 HAPI_NODEFLAGS_TOP_NONSCHEDULER = 1 << 13 , //TOP Node Specific FlagsAll TOP nodes except schedulers
319- HAPI_NODEFLAGS_NON_BYPASS = 1 << 14 , //Nodes that are not bypassed
321+ HAPI_NODEFLAGS_NON_BYPASS = 1 << 14 , //Recursive FlagNodes that are not bypassed
320322 } ;
321323
322324 public enum HAPI_GroupType
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 = 391 ;
44+ public const int HOUDINI_BUILD = 395 ;
4545 public const int HOUDINI_PATCH = 0 ;
4646
47- public const string HOUDINI_VERSION_STRING = "20.5.391 " ;
47+ public const string HOUDINI_VERSION_STRING = "20.5.395 " ;
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