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>2020-06-29 20:44:05 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2020-06-29 20:44:05 +0300
commit89d4015cbf8e707e749e069a973abe97db6a2ed9 (patch)
treed618e34277ff51dadf408b0d211f96275d4778b7 /rigify/feature_set_list.py
parentda8877fa8b295afba5a986bc710b862777fcfba3 (diff)
Rigify: small fixes.
Diffstat (limited to 'rigify/feature_set_list.py')
-rw-r--r--rigify/feature_set_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rigify/feature_set_list.py b/rigify/feature_set_list.py
index 43639fc1..0204f86a 100644
--- a/rigify/feature_set_list.py
+++ b/rigify/feature_set_list.py
@@ -21,6 +21,7 @@ from bpy.props import StringProperty
import os
import re
import importlib
+import traceback
from zipfile import ZipFile
from shutil import rmtree