Message 1 of 2
MEL filenames case sensitive on Windows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just installed Maya 2016 SP6 on one of our Windows 10 x64 machines
After that, some of our global MEL procedures were not found anymore.
It seems that the casing of the filenames now became important: the filename must match the global proc name exactly.
So we have a MEL script named wman_ExporterUI with a global proc wman_exporterUI
I think that in previous versions of Maya, this was no problem on Windows, and now it seems to matter.
The problem is, the Windows NTFS filesystem is case insensitive...
Is this behavior by design?