UNC path with slash / doesn't work. #51499

Closed
opened 2017-05-15 10:58:24 +02:00 by colin · 6 comments

System Information
Windows 10, nvidia gtx 1070

Blender Version
blender-2.78c

Short description of error
can't open unc path with slash / with command line , blender add mapping letter before unc path.
H://192.168.2.250/do/chars

Exact steps for others to reproduce the error
call blender command line with a unc slash path
blender //192.168.2.250/do/chars/toto.blend

**System Information** Windows 10, nvidia gtx 1070 **Blender Version** blender-2.78c **Short description of error** can't open unc path with slash / with command line , blender add mapping letter before unc path. H:\//192.168.2.250/do/chars **Exact steps for others to reproduce the error** call blender command line with a unc slash path blender //192.168.2.250/do/chars/toto.blend
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @col-one

Added subscriber: @col-one

Added subscriber: @Sergey

Added subscriber: @Sergey

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Sergey Sharybin self-assigned this 2017-05-15 11:46:57 +02:00

UNC path starts with \ which should be recognized by Blender. Path starting with // are considered a relative path, so no wonder prefix is being added to the path.

UNC path starts with \\ which should be recognized by Blender. Path starting with // are considered a relative path, so no wonder prefix is being added to the path.
Author

ok thanks for this detail, i will replace my slash on the fly.

ok thanks for this detail, i will replace my slash on the fly.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: archive/blender-file#51499
No description provided.