Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gavrilov <angavrilov@gmail.com>2019-09-28 12:51:33 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-09-29 11:03:27 +0300
commit73784e78de99cb647870cbd93ef497f3e437a1a6 (patch)
tree8271cbc2766c9d02e8bcdf8ba837dfd47336b136 /rigify/rigs/utils.py
parentc34c7c0c4a328176813f3e5cc2ed672a3ae292b2 (diff)
Rigify: implement a new reload process to support Reload Scripts properly.
Due to dynamically loaded rig modules, Rigify has to implement reload by purging all non-core modules from memory, or class inheritance checks won't work right after reload.
Diffstat (limited to 'rigify/rigs/utils.py')
-rw-r--r--rigify/rigs/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/utils.py b/rigify/rigs/utils.py
index 12dcbb26..89873ca4 100644
--- a/rigify/rigs/utils.py
+++ b/rigify/rigs/utils.py
@@ -1,4 +1,4 @@
-from ..utils import connected_children_names
+from ..utils.rig import connected_children_names
from ..utils.naming import strip_mch, strip_org, make_mechanism_name
import re