Skip to content

Commit

Permalink
Update demo to pyside6
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke authored Apr 2, 2024
1 parent 546674e commit 30e65fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bqt_demo/anim_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from bqt_demo import anim_bar
anim_bar.main()
"""
from PySide2 import QtWidgets
from PySide2.QtCore import Qt, QTimer
from PySide6 import QtWidgets
from PySide6.QtCore import Qt, QTimer
import bpy


Expand Down

0 comments on commit 30e65fd

Please sign in to comment.