From 603675cc968335814335414f369ae898a79a9d00 Mon Sep 17 00:00:00 2001 From: Zolkra <128638738+Zolkra@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:54:37 +0200 Subject: [PATCH] Py3 Maya 2022+[Fixed] replaced : shiboken2 -> shiboken6 PySide2 -> PySide6 Now works with Maya Py3 (Maya 2022+, 2027 works) --- notes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notes.py b/notes.py index 1d23492..897556b 100644 --- a/notes.py +++ b/notes.py @@ -30,9 +30,9 @@ __author__ = package_json['author'] from dataclasses import dataclass -from PySide2 import QtCore, QtGui -from PySide2.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QDialog, QCheckBox, QLineEdit, QLabel, QPlainTextEdit, QSpacerItem, QSizePolicy, QToolButton, QScrollArea -from shiboken2 import wrapInstance +from PySide6 import QtCore, QtGui +from PySide6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QDialog, QCheckBox, QLineEdit, QLabel, QPlainTextEdit, QSpacerItem, QSizePolicy, QToolButton, QScrollArea +from shiboken6 import wrapInstance from maya.app.general.mayaMixin import MayaQWidgetDockableMixin from maya import cmds, OpenMayaUI from maya.OpenMaya import MSceneMessage