techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
172 stars 25 forks source link

A simple way to test BQT #36

Closed friedererdmann closed 2 years ago

friedererdmann commented 2 years ago

This MR adds a simple bat file for Windows users to install bqt to a local virtual environment and run Blender with said virtual environment.

hannesdelbeke commented 2 years ago

what is the difference between the new startup file startup/load_bqt.py and the existing one in bqt/dist/startup ?

friedererdmann commented 2 years ago

what is the difference between the new startup file startup/load_bqt.py and the existing one in bqt/dist/startup ?

Hey, in the setup with a venv, the setup won't work to copy the dist/startup script to Blender's startup, but I could try to do an import from dist/startup * instead of duplicating the code!

hannesdelbeke commented 2 years ago

Ah I see. Maybe leave the dupe for now, since the dist/startup should be moved outside of the bqt module. It shouldn't be be in the module at runtime. only during setup.