Add: - ED_object_in_mode_to_index - ED_object_in_mode_from_index Useful for operators that act on a non-active object in multi-edit mode, so the index can be stored for the operators exec function to read back the value when redoing an action. Needed to resolve T102680.