sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.31k stars 368 forks source link

Mismatching HAPI version in Houdini Engine and Houdini 19.5.633 #254

Closed doppioslash-wushu closed 1 year ago

doppioslash-wushu commented 1 year ago

The HAPI version in Houdini, and the one hardcoded in Source/HoudiniEngine/Public/HAPI/HAPI_Version.h have stopped matching.

Houdini 19.5.633 has HAPI version 5.0.7, while the Houdini Engine for 19.5.633 (commit a6def132327b48f6bdd225821daebd1af8c199eb) still expects version 5.0.6. I tested a few versions, Houdini has been using HAPI 5.0.7 at least since 19.5.605.

It looks like the regression to 5.0.6 in the Houdini Engine code has been introduced in this commit: 77237a3f73f9f821e9a68662eadef424265a10c3.

image

dpernuit commented 1 year ago

Hi, Thanks for bringing this up, those files are normally auto-generated, but it seems that we manually introduced that regression by accident! It should be fixed in tomorrow's daily build of the plugin.

doppioslash-wushu commented 1 year ago

Thanks, but it looks like the version has been set back to 5.0.6 again @dpernuit

image

image