From 5afb0abfbd7b93d6b42c594146b53f3ab5d6b9d0 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Mon, 21 Apr 2014 16:49:35 +0200 Subject: 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 --- release/datafiles/locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/datafiles') diff --git a/release/datafiles/locale b/release/datafiles/locale index c842f10f94d..cb1967cc63a 160000 --- a/release/datafiles/locale +++ b/release/datafiles/locale @@ -1 +1 @@ -Subproject commit c842f10f94dd7e5b8a5f28b1ece91cff3890aed3 +Subproject commit cb1967cc63a6d2d75d2b59cdf91c5f5645285aea -- cgit v1.2.3