Docs: add comment on reloading modules
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
# support reloading sub-modules
|
||||
if "bpy" in locals():
|
||||
from importlib import reload
|
||||
for val in _modules_loaded:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user