Blender Git Commit Log
Git Commits -> Revision df29e9c
Revision df29e9c by Bastien Montagne (master) December 2, 2019, 17:09 (GMT) |
Fix T71596: Bug in io_utils api breaking only on windows. Stupid mistake, 'original' filepath is a blender-flavored one, with potentially weird things like the '//' relative 'header'... This can work on linux (also it could have broken in other places too), but on windows that is fully invalid path and python `os.path` library just generates empty result here. Simply using proper valid path instead fixes it... |
Commit Details:
Full Hash: df29e9c070a2fe00591747828498b671e8b2b4db
Parent Commit: 6fd2e65
Lines Changed: +1, -1
1 Modified Path:
/release/scripts/modules/bpy_extras/io_utils.py (+1, -1) (Diff)