- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Pascal, I was looking for a Python script to toggle the VR menu on and off using a Variant and not just on the Vive controller when in OpenVR HMD mode. I found the following in the documentation but I am not able to get it to work.
vrdImmersiveMenu.setVisible(True)
Found the script here: file:///C:/Program%20Files/Autodesk/VREDPro-13.0/doc/v2/class_vrdImmersiveMenu.html?highlight=vr%20m...
This is the error in the terminal:
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: descriptor 'setVisible' requires a 'vrKernelServices.vrdImmersiveMenu' object but received a 'bool'
My Python skills are not able to fix it. I did try this script:
vrKernelServices.vrdImmersiveMenu.setVisible(True)
No luck
In addition I was really looking to add a timer to the VR Menu to auto close because of the users issues having it left open. If anyone knows of a Python script for this please share!
Thank you,
Shawn
Solved! Go to Solution.