GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
766 stars 60 forks source link

Print in HDA python script would crash if LD_LIBRARY_PATH was not in env #58

Closed danwills closed 4 years ago

danwills commented 4 years ago

I noticed a silly print statement adding a string to something that could return None, that could crash the importer.

I know I should have put the issue in before fixing it, but this is fixed in:

65c2bf4..cb544fb

I have been able to load a VTI using this HDA with an up-to-date build of the rdy binary (built today using my system-wide install of VTK (7.1.0)), under Houdini18.0, with this new version of the HDA.

Less luck with the 'ready' GUI binary on my system but that is another story.