so every now and then i try to make use of linking, and i always seem to get burned by some edge case behaviour!
basically if the relative path to the linked asset changes for whatever reason, its a nightmare to reconnect.
the file>external data>find missing files doesn’t work. (is this only for textures? if so, naming is unclear!)
outliner>blender file>the referenced blend file>relocate seems not to reload the broken rig, but outliner>blender file>libraries>the referenced blend file>relocate does (why is this different behaviour?)
and even when relocating successessfully reloads, random bits of the rig will often be missing:
any custom shapes on the rig will sometimes have library overrides added that reset to the default bone shapes. if you clear the overrides, you either have to do it one by one for every single bone, and if you clear all overrides, you lose all your animation data.
even worse, sometimes the rig will mysteriously lose every single constraint that was set up on the source linked file, essentially rendering the rig useless.
anyway, am i doing something fundamentally wrong, or is the linking system basically not production ready for any use cases where you need to change the relative paths between files??