CodeFlow is a Blender add-on that brings the power of Jupyter-like cell execution to the Blender Text Editor. It allows you to create and run individual cells of Python code, enhancing your script development and debugging experience.
- Add new cells of code with a single click
- Run individual cells and see immediate results
- Run all cells after the current cell
- Get feedback on successful cell execution
- Download the latest release.
- Install the add-on in Blender (
Edit > Preferences > Add-ons
). - Enable the Jupyter Control add-on.
In the Text Editor:
- Click the ➕ button to add a new cell (not necessary).
- Click the
▶️ button to run the current cell. - Click the ⏭️ button to run all cells after the current cell.
Successful cell execution is marked with a # CELL SUCCESS
comment.
Contributions are welcome! Submit a pull request or create an issue.
This project is licensed under the MIT License.