UNC path with slash / doesn't work. #51499
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Changed status to: 'Open'
Added subscriber: @col-one
Added subscriber: @Sergey
Changed status from 'Open' to: 'Archived'
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.
ok thanks for this detail, i will replace my slash on the fly.