@cconst Thanks for trying it out. I don’t have any issues when moving the root bone either in Edit mode or Pose mode. What is your Blender version? And could you share a screenshot?
OK, I tested it quite a bit. It was really easy to use. Some ideas about this:
I was able to enable and use the addon in 2.90 despite not working at all. This means at least perhaps other users might run on LTS or something else. At least there should be a strong ban on the registration process not to allow the addon get enabled at all. Provide a nice warning message.
One common use case I do is to select a dozen of bones and change the properties at the same time. Selecting-bone-changing-setting-selecting-bone-changing-setting is too much of a burden. Luckily I learnt somewhere deep in the forums that having multiple objects selected ALT+CLICK a property allows you change the same property for all the selected objects. I wonder if you know this trick - is perhaps one of the most hidden secrets of Blender. That way I could change some properties easily for multiple bones. However not easy to do on enabling Active bodies and such, it would lead to crashes. Something really good to consider if it can be solved somehow.
Another idea is that relative settings could be grouped together so they are changed at once. Such for example, all stiffness values and all damping go together. Sliding along the value boxes and then setting the value only once, really useful that way. Checkboxes can be slided all at once however only input boxes that are grouped together should be slided, and that way you can’t hit X Stiffness + Y Stiffness in one go. Just a usability note here, in terms of organization your design makes sense, but is only a matter of speed here.
Yes, it is in the TODO list, but it is tricky because the add-on API does not give access to the bone:
I copied Blender’s UI for rigid body and rigid body constraints, but I agree that grouping them differently would be better, so maybe I should make it different from Blender’s UI.
Great. You can also jump to blenderartists.org to continue with further feedback in case you want to get more ideas about features and such. Or decide to split code into a lite free version and a commercial full-featured.
@RomboutVersluijs I’m not really sure what you’re saying. Using Alt to make changes to several things at the same time is the standard Blender shortcut. That’s how it works throughout all of Blender. If somebody changes their settings so that Alt doesn’t work, then that will affect all of Blender, not just this addon. So that’s a problem that has to be fixed in Blender, there’s nothing I can do about that.
And in any case Alt is only a convenience, all of the functionality can be done without Alt. There is also a Copy from Active operator that will copy-paste the settings to multiple bones, so that can also be used.