feat: orthographic correction

This commit is contained in:
Swann
2020-07-09 15:52:42 +02:00
parent 0c5d323063
commit f37a9efc60

View File

@ -523,7 +523,7 @@ class ApplyArmatureOperator(bpy.types.Operator):
try:
client.apply(node)
except Exception as e:
logging.error("Dail to apply armature: {e}")
logging.error("Fail to apply armature: {e}")
return {'PASS_THROUGH'}