My studio runs Houdini in both Windows and Linux environments. It's been a really big problem that Windows and Linux have different file path formats. I was wondering if Houdini can resolve URL based on external files so that in both OS, the HDA paths would be saved as:
hda:/myDigiAssets/myDA01.otl
The Windows configuration would resolve it to:
C:/somePath/myDigiAssets/myDA01.otl
The Linux configuration would resolve it to:
/somePath/myDigiAssets/myDA01.otl
Thanks so much!
Tony