Docs: add comment on reloading modules

This commit is contained in:
Campbell Barton
2016-03-04 06:14:02 +11:00
parent b0bd39c12a
commit 21583b50cf
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
# <pep8 compliant>
# support reloading sub-modules
if "bpy" in locals():
from importlib import reload
for val in _modules_loaded:

View File

@@ -20,6 +20,7 @@
# note, properties_animviz is a helper module only.
# support reloading sub-modules
if "bpy" in locals():
from importlib import reload
for val in _modules_loaded: