Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bqt for better PySide support #5

Open
friedererdmann opened this issue Mar 10, 2021 · 1 comment
Open

Bqt for better PySide support #5

friedererdmann opened this issue Mar 10, 2021 · 1 comment

Comments

@friedererdmann
Copy link

Hey Diego!

Great work on the integration :) I noticed your PySide2 is using the method of creating a new PySide operator! I don't know if this would work for you, but there's also the more complete integration of PySide2 with Blender available here: https://github.com/techartorg/bqt - which might make it easier to communicate between the Qt UI elements and Blender and keep them correctly on top of your UI.

@diegogarciahuerta
Copy link
Owner

Hi @friedererdmann ,

Thanks for your words, I hope people with more Blender dev experience than me can contribute to make it more robust, specially when it comes to creating a more native solution for the menus.

Regarding your suggestion, if you read the README of this repo you will see that I based my PySide2 integration on quite a few solutions out there, one of them bqt itself.

Bqt actually uses an operator too to achieve similar results.
https://github.com/techartorg/bqt/blob/8437e061b74f1a692ef16b2174144cf5e25120f2/bqt/__init__.py#L21

Cheers,

  • Diego

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants