Needs for PySide Integration

Common visual effects tools that support Python generally also support PySide. Especially since 2.8 released, it would be nice to attempt to pull it into use of pipelines.

Is there a reliable forum, link or how-tos to install PySide inside of Blender.

Working to integrate software for use there are many gotchas to think about. Also have been keeping a general eye out for use of PySide with inside of Blender.

Known:

  • Blender my not have the licensing to allow it to have PySide incorporated.
  • Blender may not be using the QT ui system, so would be completely independent.
  • If you would need to run an external PySide pipeline integration, what is the method to tie into an active Blender instance?
  • If making use of PySide with Blender is too much of a contraption, FEATURE REQUEST to allow PySide connectivity.
  • Because I believe we are mostly artists, cannot be a development multi-step setup and compile.

Blender is Python3 and we know it will be PySide2. Blenders UI is wonderful. The ability to add PySide into it can expand the custom widgets and interface to limitless.

Limits? Opinions? Information? Links?