bqt


Namebqt JSON
Version 1.4.1 PyPI version JSON
download
home_pagehttps://github.com/techartorg/bqt
SummaryFiles to help bootstrap PySide2 with an event loop within Blender.
upload_time2023-11-20 10:24:32
maintainer
docs_urlNone
authortech-artists.org
requires_python>=3.7
licenseMozilla Public License 2.0 (MPL 2.0)
keywords technical art techart techartorg blender qt pyside tool pipeline gamedev vfx 3d
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BQt

[![PyPI version](https://img.shields.io/pypi/v/bqt)](https://pypi.org/project/bqt/)
[![latest tag](https://img.shields.io/github/v/tag/techartorg/bqt?label=Github)](https://github.com/techartorg/bqt)
[![](https://img.shields.io/badge/GitHub-Wiki-blue)](https://github.com/techartorg/bqt/wiki)

Add QT support to Blender, letting you create custom UI for your addons with PySide2 QtWidgets.
![custom ui sample](https://user-images.githubusercontent.com/3758308/192096952-e9ed73be-26e4-4ad8-a85f-be4175cebbda.gif)

## Features
| feature | description|
|--|--|
|fully custom UI |Instead of feeling limited by N-Panel only UI. Do whatever you want. |
| cross app | Qt widgets run nativaly in Krita, 3ds Max, Maya, … and are great to use in cross dcc pipelines |
| existing community | hundreds of QT widgets on GitHub you can reuse, and lots of stack exchange questions answered regarding qt.|
|Themed | BQt applies the [blender-qt-stylesheet](https://github.com/hannesdelbeke/blender-qt-stylesheet) so qt widgets will by default look similar to Blender.|


## Requirements
- Blender `2.83`or higher.
- Windows or Mac
- PySide2
- `PyObjC` & `iterm2` (Mac only)

## How to use
1. Install & enable the bqt addon (see [installation docs](https://github.com/techartorg/bqt/wiki/Installation))
2. Create & show your Qt widget, bqt will automatically register it with it's widget manager.

- The [bqt env vars](https://github.com/techartorg/bqt/wiki/Environment-variables) let you toggle bqt features on and off
- sample code: [bqt_demo](bqt_demo) shows you how to use bqt with several qt demos you can run in Blender

### contribute
- i'm a technical writer and want to contribute to the docs. see [readme](https://github.com/techartorg/bqt/wiki/README) on the wiki.
- i'm a dev and want to contribute to bqt code, see [contribute guidelines](https://github.com/techartorg/bqt/wiki/contribute-guidelines).
- i'm a user or tester and want to report a bug or request a feature, please post [here](https://github.com/techartorg/bqt/issues)

### Community
Discuss BQt on 
- the BlenderArtists [thread](https://blenderartists.org/t/bqt-custom-ui-for-add-ons-tool-in-blender-with-pyqt-or-pyside/1458808)
- [Ynput  thread](https://community.ynput.io/t/use-bqt-for-blender-qt-integration/127)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/techartorg/bqt",
    "name": "bqt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Technical,Art,TechArt,TechArtOrg,Blender,Qt,PySide,tool,pipeline,gamedev,vfx,3d",
    "author": "tech-artists.org",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/4b/ce/112c14058b576c9e5499e144ddbf3b8fffc0b2203bc4fa0addc6b050eab8/bqt-1.4.1.tar.gz",
    "platform": null,
    "description": "# BQt\n\n[![PyPI version](https://img.shields.io/pypi/v/bqt)](https://pypi.org/project/bqt/)\n[![latest tag](https://img.shields.io/github/v/tag/techartorg/bqt?label=Github)](https://github.com/techartorg/bqt)\n[![](https://img.shields.io/badge/GitHub-Wiki-blue)](https://github.com/techartorg/bqt/wiki)\n\nAdd QT support to Blender, letting you create custom UI for your addons with PySide2 QtWidgets.\n![custom ui sample](https://user-images.githubusercontent.com/3758308/192096952-e9ed73be-26e4-4ad8-a85f-be4175cebbda.gif)\n\n## Features\n| feature | description|\n|--|--|\n|fully custom UI |Instead of feeling limited by N-Panel only UI. Do whatever you want. |\n| cross app | Qt widgets run nativaly in Krita, 3ds Max, Maya, \u2026 and are great to use in cross dcc pipelines |\n| existing community | hundreds of QT widgets on GitHub you can reuse, and lots of stack exchange questions answered regarding qt.|\n|Themed | BQt applies the [blender-qt-stylesheet](https://github.com/hannesdelbeke/blender-qt-stylesheet) so qt widgets will by default look similar to Blender.|\n\n\n## Requirements\n- Blender `2.83`or higher.\n- Windows or Mac\n- PySide2\n- `PyObjC` & `iterm2` (Mac only)\n\n## How to use\n1. Install & enable the bqt addon (see [installation docs](https://github.com/techartorg/bqt/wiki/Installation))\n2. Create & show your Qt widget, bqt will automatically register it with it's widget manager.\n\n- The [bqt env vars](https://github.com/techartorg/bqt/wiki/Environment-variables) let you toggle bqt features on and off\n- sample code: [bqt_demo](bqt_demo) shows you how to use bqt with several qt demos you can run in Blender\n\n### contribute\n- i'm a technical writer and want to contribute to the docs. see [readme](https://github.com/techartorg/bqt/wiki/README) on the wiki.\n- i'm a dev and want to contribute to bqt code, see [contribute guidelines](https://github.com/techartorg/bqt/wiki/contribute-guidelines).\n- i'm a user or tester and want to report a bug or request a feature, please post [here](https://github.com/techartorg/bqt/issues)\n\n### Community\nDiscuss BQt on \n- the BlenderArtists [thread](https://blenderartists.org/t/bqt-custom-ui-for-add-ons-tool-in-blender-with-pyqt-or-pyside/1458808)\n- [Ynput  thread](https://community.ynput.io/t/use-bqt-for-blender-qt-integration/127)\n",
    "bugtrack_url": null,
    "license": "Mozilla Public License 2.0 (MPL 2.0)",
    "summary": "Files to help bootstrap PySide2 with an event loop within Blender.",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/techartorg/bqt"
    },
    "split_keywords": [
        "technical",
        "art",
        "techart",
        "techartorg",
        "blender",
        "qt",
        "pyside",
        "tool",
        "pipeline",
        "gamedev",
        "vfx",
        "3d"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01476b25a6c7da50f09743bfefe5dc40a54d43af370fa866d6c0fe204dde6ca8",
                "md5": "e666d020c69c87a11518375a80a2273e",
                "sha256": "b38b476ee41e8490d81e819e89adab94a5bc33e56ceaa702de27d9e0b4b3567d"
            },
            "downloads": -1,
            "filename": "bqt-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e666d020c69c87a11518375a80a2273e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 22163,
            "upload_time": "2023-11-20T10:24:31",
            "upload_time_iso_8601": "2023-11-20T10:24:31.246971Z",
            "url": "https://files.pythonhosted.org/packages/01/47/6b25a6c7da50f09743bfefe5dc40a54d43af370fa866d6c0fe204dde6ca8/bqt-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bce112c14058b576c9e5499e144ddbf3b8fffc0b2203bc4fa0addc6b050eab8",
                "md5": "7e37be4da9dcbd3a297af5e36b577b79",
                "sha256": "45d2027874c7896c47ac4ef8b7f530e23e4a70f109b4b52bf2e08c5193b51fe2"
            },
            "downloads": -1,
            "filename": "bqt-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7e37be4da9dcbd3a297af5e36b577b79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20129,
            "upload_time": "2023-11-20T10:24:32",
            "upload_time_iso_8601": "2023-11-20T10:24:32.687463Z",
            "url": "https://files.pythonhosted.org/packages/4b/ce/112c14058b576c9e5499e144ddbf3b8fffc0b2203bc4fa0addc6b050eab8/bqt-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-20 10:24:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "techartorg",
    "github_project": "bqt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "bqt"
}
        
Elapsed time: 0.15445s