Skip to content

Commit 2b04b52

Browse files
committed
Bumping to Houdini Version: 20.5.267
Houdini Engine Version: 7.0 (API: 0)
1 parent 4dfc24c commit 2b04b52

File tree

4 files changed

+390
-6
lines changed

4 files changed

+390
-6
lines changed

Plugins/HoudiniEngineUnity/Scripts/HAPI/HEU_HAPIEnums.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ public enum HAPI_StatusVerbosity
9090
HAPI_STATUSVERBOSITY_MESSAGES = HAPI_STATUSVERBOSITY_2, //Used for Results. Equivalent to HAPI_STATUSVERBOSITY_2
9191
};
9292

93+
public enum HAPI_JobStatus
94+
{
95+
HAPI_JOB_STATUS_RUNNING,
96+
HAPI_JOB_STATUS_IDLE,
97+
HAPI_JOB_STATUS_MAX,
98+
};
99+
93100
public enum HAPI_Result
94101
{
95102
HAPI_RESULT_SUCCESS = 0,
@@ -640,5 +647,11 @@ public enum HAPI_TCP_PortType
640647
HAPI_TCP_PORT_LIST,
641648
};
642649

650+
public enum HAPI_ThriftSharedMemoryBufferType
651+
{
652+
HAPI_THRIFT_SHARED_MEMORY_FIXED_LENGTH_BUFFER,
653+
HAPI_THRIFT_SHARED_MEMORY_RING_BUFFER,
654+
};
655+
643656

644657
}

0 commit comments

Comments
 (0)