Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've tried the sample code mentioned in this post:
vred shortcuts vs focus - Autodesk Community - VRED
QtCore.QCoreApplication.instance().vrMainWindow.findChildren(QtWidgets.QWidget, 'Render')
but that errors out with:
AttributeError: 'PySide6.QtWidgets.QApplication' object has no attribute 'vrMainWindow'
How can I find VRED's QMainWindow?
Solved! Go to Solution.