CGCookie / CGCookie/io_export_blend
Backlink doesn't seem to work, Blender 5.2.1 LTS
- Dominant language
- Python
- Stars
- 111
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
It does add a link to the new blend file within the current blend file, but it doesn't replace the selected object after removing the original one.
https://github.com/user-attachments/assets/31da9a12-b208-40d7-97a7-dfaad129b051
Update: It turns out that this is an issue caused by backslashes being present in the export paths, which platforms other than Windows don't support. I submitted a pull request that replaces them with forward slashes, which should work everywhere.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the backlink export on a non-Windows platform and inspect how export paths are formed. The issue identifies backslashes in those paths as the cause; done means the generated paths use forward slashes and the selected object is replaced after the original is removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop-dev, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100