shotgunsoftware / tk-multi-shotgunpanel

Access Flow Production Tracking data inside the artist app.
Other
6 stars 20 forks source link

[SHOT-3114] Shotgun Panel "Copy to clipboard" action doesn't work in VRED #44

Closed barbara-darkshot closed 5 years ago

barbara-darkshot commented 5 years ago

As VRED uses PySide2, we need to replace the use of QtCoreApplication.clipboard() by QApplication.clipboard() as the previous method is no longer available in PySide2. Otherwise, the "Copy to clipboard" action doesn't work in VRED