This was a nice surprise. Great idea to use the VHT environment for more than just watching films!
I struggled to install it because I was trying to select the zip file (which is the common method) but your instructions say to select the .py file and indeed that worked. Excellent. Now off to have a play with it and will report back …
Unfortunately I can’t launch VHT from Blender. I’m getting this error:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Program Files (x86)\\Steam\\steamapps\\libraryfolders.vdf'
To try and solve that, I edited the script line 1088 to point at my Steam folder where the libraryfolders.vdf is located (libraryfolders = r’Q:\Steam\steamapps\libraryfolders.vdf’)
But now I get this error:
Error: Python: Traceback (most recent call last):
File "P:\Blender\Builds\Release\4.0\python\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "P:\Blender\Builds\Release\4.0\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
I should say that I’m using a virtual second monitor, as I don’t have a real one. It seems to work okay. I can select it in SteamVR and move my VR stereoscopic window there and maximise it. So I’m hoping it can work that way, but I don’t understand your script (I’m not much good at coding) so am not sure if that is relevant.
Perhaps you’d rather have a separate thread for troubleshooting, in which case perhaps you could create one and I’ll repost this there.