-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Pyblish QML crashes in python 3.10 when swapping to context menu
python 3.10 changed default typecast behaviour.
a similar issue affected lite. see issue pyblish/pyblish-lite#124
file:///C:/Users/REDACTED/modules/pyblish_qml/qml/Overview.qml:181:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
TypeError: unable to convert a Python 'float' object to a C++ 'int' instance
can be reproduced by running pyblish qml in blender 3.1 which has python 3.10
when swapping to the context meny pyblish crashes.
due to the different & more complex architecture of QML i'm unsure where to find the typecasting, if someone else could make a PR that'd be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels