hannesdelbeke

Results 93 issues of hannesdelbeke

I successfully followed along with the turorial. then when trying to add some more requirements I got the error 'ERROR BuildSystemError: No build system is associated with the path C:\Users\hanne\MLagents'...

help wanted

this PR continues on the work from @friedererdmann his [PR ](https://github.com/techartorg/bqt/pull/17) It removes the dependency on [win32gui](https://pypi.org/project/win32gui/) but without adding a new dependency on keyboards. - less dependencies is better,...

this script is missing from repo but included in pip package, and referenced by the setup script

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 https://github.com/pyblish/pyblish-lite/issues/124 ``` file:///C:/Users/REDACTED/modules/pyblish_qml/qml/Overview.qml:181:17: QML Connections: Implicitly...

When running (openmaya) checks on a few cubes in maya. it takes 10 seconds in QML, but is instant in headless mode headless.

after mergin in PR https://github.com/techartorg/bqt/pull/44 to fix the access violation exception, the following error happens on quiting blender, but only if a qt window was launched in blender `Error: Not...

bug

this fixes the bug where if you run this twice, it errors the second time ```python from PySide2.QtWidgets import QApplication app = QApplication.instance() a = app._blender_window.parent() # first time #...

when trying to get the parent from the blender widget python returns an exception instead please note first time you run this in blender it works, but second time you...

add [precommit ](https://github.com/pre-commit/pre-commit) hook for [black ](https://github.com/psf/black) to standardise code formatting

To be able to turn bqt into a blender addon, which can be enabled/disabled, bqt needs deregistration support. on deregistration, bqt should clean up the QApplication, any widgets, and un...