This commit is contained in:
Rémi Verschelde 2016-01-05 12:04:25 +01:00
parent 4ab6271f1a
commit a13ed54ad4

View file

@ -921,7 +921,7 @@ class DaeExporter:
if (node.parent.type=="ARMATURE"): if (node.parent.type=="ARMATURE"):
armature=node.parent armature=node.parent
if (armcount>1): if (armcount>1):
self.operator.report({'WARNING'},'Object "'+node.name+'" refers to more than one armature! This is unsopported.') self.operator.report({'WARNING'},'Object "'+node.name+'" refers to more than one armature! This is unsupported.')
if (armcount==0): if (armcount==0):
self.operator.report({'WARNING'},'Object "'+node.name+'" is child of an armature, but has no armature modifier.') self.operator.report({'WARNING'},'Object "'+node.name+'" is child of an armature, but has no armature modifier.')