_bat_pack_filesystem should use bpathlib for project_path #104186
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#104186
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?
System Information
Operating System(s): Windows 11
Flamenco Version
Is Broken: 3.1
Short description of error
flamenco should use bpathlib instead of bpy.pathpath in this line in operators.py
operators.py:328
_bat_pack_filesystem()
Calling
bpy.path.abspath()
is necessary to convert the Blender-specific notation for blendfile-relative paths (//blabla.file
) to an absolute path that the rest of the world can understand. However, the call to.resolve()
was problematic, and that has been removed in Flamenco v3.4.