bqt
bqt copied to clipboard
Getting it to work...
Hey
Apology, I know I'm dense but I can't get it to run.
Do we copy bqt in to blender/scripts/addons? Is it an addon that I need to enable in the community area? I can't find any bqt or
bl_idname = "qoperator.global_app"
bl_label = "Global QApplication"
Info inside blender addons menu...
Thanks for hello world exampel! looks simple enough to "run" but how to set the lib itself for it?
TIA
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
repo has been updated with the missing file. for future reference: in case you manually install this, you can drag and drop the bqt folder in your blender scripts/modules folder and then look for the file bqt_startup.py in bqt/dist, and copy that to your blender scripts/startup folder