Is there any way to preserve the transformation data after re-associating images if you have to change the image path? We frequently are altering image paths for one reason or another and changing the image path for a skeleton in Spine is trivial, however, when we re-associate the "new" images to the slots none of the original transformation data is preserved.
I understand that is probably preferred behavior since in most cases you would be adding multiple images to a slot or some such, but if there was a way to tell an attached image (that is no longer valid due to path change) to simply be a different image (the same image in the new path) that would save us a ton of time.
You can achieve what we want by going through and renaming each image association and changing the path there
but on a file with dozens of images and significantly different paths, this is very far from ideal.
Spine is a fantastic tool - one of the very few complex tools that just works straight out of the box (and the C runtime was a breeze.) The frequent updates and improvements are greatly appreciated as well.