blender/source
Andrea Weikert 5afb0abfbd Basic support for UNC paths on Windows
Differential Revision: https://developer.blender.org/D298

Allows users on Windows to enter UNC paths in the filebrowser and to link to .blend files on a UNC path. Functionality is limited still, we can't browse the network yet and have no support to check user rights so far.

What works:
- enter an UNC path in the file browser manually or via copy/paste
- navigation within the UNC share subfolders
- link to a file on a UNC share

What does not (yet) work:
- browse the network for computers and shares
- browse to a folder that requires entering user credentials

Contributors:
Rob McKay - original patch
Campbell Barton - style fixes

Reviewers:
Campbell Barton, Brecht van Lommel
2014-04-21 17:06:09 +02:00
..
blender Basic support for UNC paths on Windows 2014-04-21 17:06:09 +02:00
blenderplayer Fix player build. 2014-04-21 10:19:13 +02:00
creator Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper. 2014-04-02 11:59:43 +02:00
gameengine BGE: Fixing memory leaks when deactivating Sensors, Controllers, or actuators. 2014-04-19 14:51:29 -07:00
icons
tests Style cleanup: C & pep8 2014-04-15 13:11:48 +10:00
CMakeLists.txt
SConscript