- Editado
Modifying Bone Attributes using Delta Values
Sometimes bones are not parents or children of one another, but must be moved together. It is hard to get the exact change needed by moving one bone at a time.
It is very uncommon that one would want to select multiple bones, then put them all in one spot, or have an identical local scale, or an identical angle.
It is very common however, to want to push an entire set of bones a certain amount of pixels, or decrease/increase their scale by a certain amount, or have them all rotate a certain amount of degrees.
Perhaps rotate, translate, and scale should be strictly tools? They could have a value next to them to specify the change; as the alternate to moving around the visual representation. Then the currently used value fields could be renamed angle, position, and size. These would be the current values for the last selected bone, and if you wanted to you could ctrl+click on a bone again to bring up its values. This would mostly only be to get your orientation correct, for when you use the tools to alter the values.
Now users can easily add and subtract values to as many bones as they want, for whatever is needed.
Furthering this idea, when multiple bones are selected, there could be a button or checkbox called "Universal Value" (Global could work too, but to avoid confusion.). This way, it would appear to translate all bones/images from a certain point, as though they were one piece or Image. So you could rotate them as a whole, move them all in orientation to one point, or squash and stretch bones to make the whole skeleton/bones you have selected become bigger or smaller, useful say for one trying to use higher resolution images, or reuse a skeleton but larger, like a boss. Even more importantly, given a negative scale value in universal, would completely flip or mirror then skeleton around to a certain value. This removes the need to flip, rotate, and scale selection tools. Tho these could be plausible too, in a selection window, or drop down.
SRT are actual properties of the bones and define how the bones and their children are transformed. I don't think your suggestions are really feasible. You cannot rotate or scale bones around an arbitrary point, that is not possible due to how skeletons work. When a bone is rotated, you are actually rotating the coordinate system its children are defined in. Same with scale. Bones are only affected by the parent world SRT, not transforms around arbitrary points. Instead, you can place a bone at the point and then transform the bone to affect its children.
If you want bones to move together but not be parented, introduce a common parent bone. Or maybe all you need is to multi select and then move multiple bones at the same time. Choose the "World" axis if you want them to move the same amount in the world coordinate system. To multi select hold ctrl and click or drag, or deselect via space, escape, or double click then drag.
I think some of what you are looking for could be accomplished by adding math functionality to the input fields.
For example, you have 3 bones with lengths, 10, 15, 20.
Select all bones and then in the length input you could type +10 and bones would then get the lengths 20, 25, 30
We've talked about adding math functionality in input fields before, I'm sure it's something that will make it in at some point cause it can be quite handy.