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:
Diffstat (limited to 'rigify/operators/__init__.py')
-rw-r--r--rigify/operators/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rigify/operators/__init__.py b/rigify/operators/__init__.py
index 4cedf4a0..cce9de4d 100644
--- a/rigify/operators/__init__.py
+++ b/rigify/operators/__init__.py
@@ -5,6 +5,8 @@ import importlib
# Submodules to load during register
submodules = (
+ 'generic_ui_list',
+ 'action_layers',
'copy_mirror_parameters',
'upgrade_face',
)