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
162 stars 23 forks source link

Abstract class implementation #8

Closed Amatobahn closed 4 years ago

Amatobahn commented 4 years ago

A lot of this work done is to simplify the readability and allow for easier implementation of OS/Platform specific logic. I went ahead and set up the project in the format off a Blender add-on, based on the blender guidelines.

Testing should be fairly straight forward: Make sure you have all the requirements installed for the specific platform prior to running; requirements.txt is also included if you need to install using blender's pip EXE

blender.exe -P <path_to_bqt_root>/__init__.py