3
11

New add-on: IDE script executor #14

Open
Crisp-Ness wants to merge 1 commits from Crisp-Ness/blender-addons-contrib:idee_0.1 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

This add-on runs python scripts from within Blender while they are being edited externally. Using this add-on one can keep coding without having to switch to the Blender UI to run scripts. I use it to see the effect of my python scripts on a second screen every time I save.

This add-on is implemented using a persistent timer with a (configurable) delay to check for a (configurable) path file.

Limitations: one's IDE / editor must allow for a hook such that it creates the path file on save. The documentation describes how to do that for vim.

This add-on runs python scripts from within Blender while they are being edited externally. Using this add-on one can keep coding without having to switch to the Blender UI to run scripts. I use it to see the effect of my python scripts on a second screen every time I save. This add-on is implemented using a persistent timer with a (configurable) delay to check for a (configurable) path file. Limitations: one's IDE / editor must allow for a hook such that it creates the path file on save. The documentation describes how to do that for vim.
Crisp-Ness added 1 commit 2023-07-31 18:02:04 +02:00
This add-on runs scripts edited elsewhere.
This is the version that checks for a path file.
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons-contrib#14
No description provided.