hannesdelbeke

Results 72 comments of hannesdelbeke

windows release still broken, same as OP

hey, not sure if this is helpfull I created a MVP to apply settings to pyblish plugins after registration. so you can for example choose externally if your tricount validator...

hey recently appointed maintainer of bqt here ~~current version of bqt has some bugs but we have PRs up that address this~~ edit: PR is merged in now

think the easiest thing would be to just steal the stylesheet from bqt there also is one for unreal on github you could steal

https://github.com/leixingyu/UnrealStylesheet

yes bqt has great integration, ex. widgets stay in foreground etc. it wraps blender in a PySide2 qtWindow. (i've gotten it to work with Qt5.py in the past, think there...

> there is a method with __ (double underscore) being called which does not exist in the class which method is this? afraid I won't be much help here since...

this happens because QApplication.instance() returns None which can be caused by not having the startup script which registers and instanciates the QApplication.instance the startup script is not included in this...

above error is caused by blender not running the bqt_startup.py this file has now been added to the repo so a fresh install should solve this. closing this issue

hi, you need to install this package from PIP since the current version in the repo is missing a startup script. see https://github.com/techartorg/bqt/issues/18 for solution