Projects on mapped network drives fail #60131
Labels
No Label
legacy module
Platforms, Builds, Tests & Devices
legacy project
Blender Asset Tracer
legacy project
Platform: Windows
Priority::Normal
Status::Archived
Status::Confirmed
Status::Needs Triage
Status::Resolved
Type::Design
Type::Report
Type::To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-asset-tracer#60131
Loading…
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?
This line fails when packing a blend file with the project on a mapped network drive. See this stack trace from the Blender Cloud add-on on Windows.
The root cause is that
pathlib.Path.resolve()
sees mapped network drives such asQ:
as a symlink and resolves it to the actual location on the network, such as\\rackstation\bestanden
.Added subscribers: @dr.sybren, @joel_nl
Added subscriber: @Alientrick
This is related to D6676.
This should be fixed in
e4bf2e8e35
.Changed status from 'Confirmed' to: 'Resolved'