Better logging (kind of)
This commit is contained in:
@ -111,7 +111,7 @@ def setKeyframesFromBones(context, new_marker):
|
||||
elif bone.rotation_mode == "QUATERNION":
|
||||
rot_mode = "rotation_quaternion"
|
||||
else:
|
||||
print("Unsupported bone!")
|
||||
self.report({'WARNING'}, "DSPL: Unsupported bone: " + bone.name + ": " + bone.rotation_mode)
|
||||
rot_mode = None
|
||||
|
||||
loc_x = bone.location[0]
|
||||
|
Reference in New Issue
Block a user