flipswitchingmonkey / houdini_PRTROP

13 stars 5 forks source link

HOUDINI 19 Support #2

Open travisraghib opened 2 years ago

travisraghib commented 2 years ago

Hello would you be interested in porting the PRT ROP to H19?

kettenb commented 1 year ago

If you can recompile it for H19 that would be great. Thanks!

CycloneRing commented 1 year ago

@travisraghib @kettenb I compiled it for Houdini 19, Tested it it works fine. PRT_RopDriver_H19.zip

sriechersrc commented 2 months ago

@CycloneRing Did you have any luck compiling it for Houdini 20? I have tried it myself but it didn't work

Mensch2134 commented 2 months ago

I managed to compile for Houdini 19.5, 20.0 and 20.5 by fixing a depcrecated include in Types.h:15. Apparently OpenEXR/half.h moved to Imath/half.h according to the OpenEXR Reference. Houdini 18.5 seemed to have half.h still at its old location, i have not checked this for 19.0 though.

H20.5_and_H20.0.zip

flipswitchingmonkey commented 2 months ago

I'm not using it at all any more, but feel free to create a PR with the fixes and I'll merge it in for others