Skip to content

An addon for blender that allows automatically reloading in-development addons without restarting blender

License

Notifications You must be signed in to change notification settings

JoeJoeTV/blender-reload-addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blender Addon Reload Addon

An addon for Blender that allows reloading addons while developing them without having to restart Blender.

Installation

The Reloader addon can be installed by installing the reload_addons.py file or the ZIP file found under Releases using the Blender GUI or executing reload_addons.py file under Blender's python interpreter:

blender -b -P reload_addons.py

Usage

The addon can be used with the two commands it provides, "Reload All Addons" and "Reload Enabled Addons" which can be accessed from the Blender menu in the topbar under System, or through the tool search bar. This will search the user addons directory (default ~/src/Blender, configurable in Preferences -> Addons -> Reload Addons) for addon sources (python modules), install them and reload them in Blender's interpreter.

About

An addon for blender that allows automatically reloading in-development addons without restarting blender

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%