a Blender add-on wrapper for pyqtconsole, a QtWidget Python console.
- 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 dependenciesqtpy
&jedi
yourself
- either pip install manually
- https://blenderartists.org/t/python-console/1455836
- https://www.reddit.com/r/blender/comments/11vljhn/free_addon_python_consoles/
plugget package