The Find Missing Files feature does not recognize case-changed files.

I have tried a search using find missing files feature for lost files after changing the data directory,
but Blender does not recognize the case-changed files.

To explain the process of the incident,

  1. The name of a file in the original directory was ‘Texture.png’.
  2. The directory has been renamed.
  3. My team member overwrote the file with ‘texure.png’ there. There are dozens of such files.
  4. Blender’s Find Missing Files feature does not recognize case-changed files.

Is there an option I missed?

Thanks advance.

I’d guess that’s the price of Blender being cross-platform:
While some OSs are case-agnostic (e. g. Windows), others aren’t (e. g. Linux). And for the latter “Texture.png” simply isn’t the same file as “texture.png”…

What you should do is define a mandatory file nomenclature within your team (only lowercase etc.) to avoid things like this in the future. For this incident, however, I don’t think there’s an alternative to biting the bullet and fixing this manually (other than perhaps batch renaming the corresponding files).

yhea, we got a reported list from Report Missing Files funcion and we are middle of correct the file names manually now.

Thanks for the clear answer.