fix: import error

This commit is contained in:
Swann
2019-07-09 17:35:21 +02:00
parent 8a2a0c9578
commit 1bb816b735
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ from bpy.app.handlers import persistent
DEPENDENCIES = {
"zmq",
"umsgpack",
"yaml"
"pyyaml"
}

View File

@ -568,7 +568,7 @@ def load_gpencil(target=None, data=None, create=False):
target.id = data['id']
except:
logger.error("default loading error")
logger.error("default loadi\ng error")
def load_light(target=None, data=None, create=False, type=None):