sideeffects / HoudiniEngineForUnreal

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

Fixing an issue where Houdini didn't use the correct path if old Houdini Folders still exist #282

Closed Edstub207 closed 5 months ago

Edstub207 commented 5 months ago

Closes #281

dpernuit commented 5 months ago

Hi,

Thanks for the PR! I've merged this on our end, and this will be in tomorrow's daily. One small extra change, the second test should also be a "FileExist", not a "DirectoryExist".

Cheers

Edstub207 commented 5 months ago

Hi,

Thanks for the PR! I've merged this on our end, and this will be in tomorrow's daily. One small extra change, the second test should also be a "FileExist", not a "DirectoryExist".

Cheers

Good spot, that was a copy paste mistake.

That's fixed now on the fork stream.