New add-on: IDE script executor #14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Crisp-Ness/blender-addons-contrib:idee_0.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.