Skip to content

a Blender add-on wrapper for pyqtconsole, a Python Qt-based console.

License

Notifications You must be signed in to change notification settings

hannesdelbeke/pyqtconsole_addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqtconsole_addon

a Blender add-on wrapper for pyqtconsole, a QtWidget Python console. image

Installation

  • ensure you have either PySide2 or PyQt5 installed. (PySide2 recommended)
  • OPTIONAL: I recommend to install the addon bqt to keep the console correctly in the foreground. (Uses PySide2)
  • Install this add-on (the .py file),
    • either put it in an add-on folder,
    • or install through Edit/Preferences... (menu) -> add-ons (tab) -> Install (button)
  • install the python module pyqtconsole in your blender modules folder.
    • either pip install manually pip install pyqtconsole with correct settings. -t my-target-folder & cd to blender's pip.exe
      • Ensure you use the pip in the blender folder
      • and target a blender modules folder
    • or use the blender pip add-on and install pyqtconsole
    • or manually paste the python module from pyqtconsole in a blender modules folder. e.g. addons/modules & install the dependencies qtpy & jedi yourself

Discussions

plugget package

About

a Blender add-on wrapper for pyqtconsole, a Python Qt-based console.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages