bqt icon indicating copy to clipboard operation
bqt copied to clipboard

Getting it to work...

Open Dariusz1989 opened this issue 4 years ago • 1 comments

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

Dariusz1989 avatar Jun 11 '20 13:06 Dariusz1989

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

hannesdelbeke avatar Jul 01 '22 20:07 hannesdelbeke

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

hannesdelbeke avatar Sep 24 '22 22:09 hannesdelbeke