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
67
67
HAPI_LICENSE_HOUDINI_ENGINE_INDIE ,
68
68
HAPI_LICENSE_HOUDINI_INDIE ,
69
69
HAPI_LICENSE_HOUDINI_ENGINE_UNITY_UNREAL ,
70
+ HAPI_LICENSE_HOUDINI_EDUCATION ,
71
+ HAPI_LICENSE_HOUDINI_ENGINE_EDUCATION ,
70
72
HAPI_LICENSE_MAX ,
71
73
} ;
72
74
@@ -316,7 +318,7 @@ public enum HAPI_NodeType
316
318
HAPI_NODEFLAGS_SOP_CURVE = 1 << 11 , //SOP Node Specific FlagsLooks for "curve"
317
319
HAPI_NODEFLAGS_SOP_GUIDE = 1 << 12 , //Looks for Guide Geometry
318
320
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
320
322
} ;
321
323
322
324
public enum HAPI_GroupType
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public class HEU_HoudiniVersion
41
41
{
42
42
public const int HOUDINI_MAJOR = 20 ;
43
43
public const int HOUDINI_MINOR = 5 ;
44
- public const int HOUDINI_BUILD = 391 ;
44
+ public const int HOUDINI_BUILD = 395 ;
45
45
public const int HOUDINI_PATCH = 0 ;
46
46
47
- public const string HOUDINI_VERSION_STRING = "20.5.391 " ;
47
+ public const string HOUDINI_VERSION_STRING = "20.5.395 " ;
48
48
49
49
public const int HOUDINI_ENGINE_MAJOR = 7 ;
50
50
public const int HOUDINI_ENGINE_MINOR = 0 ;
You can’t perform that action at this time.
0 commit comments