pyffi
pyffi copied to clipboard
Upgrade from PyQt4 to PyQt6 in Qskope
@niftools/pyffi-reviewer
Overview
I wanted to use Qskope to see a KF file which doesn't get imported in NifSkope (This is not a normal .kf file; there should be only NiControllerSequences as root blocks). So I decided to use this Qskope app to try to edit my file. But this used PyQt4 which is a bit cumbersome to install. So I decided to upgrade it to latest, which is easier to install (pip3 install PyQt6)
Fixes Known Issues
Documentation
Just changed from 4 to 6.
Testing
No Tests
Manual
Manually used the app