- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
maya 2023
from PySide2.QtWidgets import QApplication
from PySide2.QtGui import QScreen
screensize = QScreen.availableGeometry(QApplication.primaryScreen()).size().toTuple()
from testing and studying other peoples scripts. I figured out how to get the size of the primary screen. But would like to get the screen size without the windows taskbar.
https://www.artstation.com/kelvintam
Solved! Go to Solution.
Link copied