If you have more than one model name with the same name the Texture Reprojection tool will fail, in the sense it will revert to using the first named mesh it finds rather than the one selected from the drop down list (the second in this case)
The obvious fix is of course to rename them to unique names but you should either have unique names internally (under the hood so to speak) so the selection is kept or stop allowing users to have models with the same name? I presume CLI would fail at different points if models are named the same as well.
thanks