You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screencast_20260901_191703.mp4
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.
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.
Screencast_20260901_191703.mp4
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.