Message 1 of 1
Python os.path.expanduser() doesn't return correct path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to run plug-ins that work correctly in Maya 2022 with Python 3 in Maya 2023, but Python's os.path.expanduser() isn't returning the correct path. Every other version of Maya returns the correct path, but for some reason Maya 2023 is returning a path on my U drive when my user files are on my D drive.
Anyone have any ideas how to fix this, or know what's going on?
Thanks in advance!