This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/release/scripts/modules
Bastien Montagne df29e9c070 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...
2019-12-02 18:09:47 +01:00
..
2019-10-03 11:11:37 +02:00
2019-08-20 23:44:18 +10:00
2019-03-17 21:00:56 +11:00
2018-07-03 06:48:44 +02:00
2019-08-12 01:10:43 +10:00