Better logging (kind of)

This commit is contained in:
2024-12-27 02:58:13 -06:00
parent 34aa11e1d9
commit 13146b5a75
2 changed files with 11 additions and 13 deletions

View File

@ -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]