Skip to content

Conversation

@Andrej730
Copy link
Contributor

@Andrej730 Andrej730 commented Nov 19, 2025

Including commits from #398 to avoid conflicts on merge.

Requires fixes from #399 to actually work.

Copy link
Owner

@nutti nutti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please Fix CI issue.

@Andrej730
Copy link
Contributor Author

@nutti Same as #398 - CI issues are unrelated to this PR.

@nutti
Copy link
Owner

nutti commented Dec 4, 2025

@nutti Same as #398 - CI issues are unrelated to this PR.

Can you rebase to rerun CI?
Also, I found CI for Blender 5.0 still has error.

@Andrej730
Copy link
Contributor Author

@nutti

Can you rebase to rerun CI?
Also, I found CI for Blender 5.0 still has error.

Rebased. Error is caused by issue that's resolved in #404

Since we use not actual Blende repo but a mirror, it lacks LFS objects that Blender seems to have since 4.5.0, which leads to errors during checkout.

Example error:
```
Changing to the target git ref ...
+ cd /home/runner/work/fake-bpy-module/fake-bpy-module/./blender
++ get_remote_git_ref v4.5.0
++ local ref=v4.5.0
+++ git ls-remote origin v4.5.0
+++ head -n 1
+++ cut -f1
++ local remote_ref=8cb6b388974a817afedf1317ce26f0c75aa5f181
++ '[' -z 8cb6b388974a817afedf1317ce26f0c75aa5f181 ']'
++ echo 8cb6b388974a817afedf1317ce26f0c75aa5f181
+ remote_git_ref=8cb6b388974a817afedf1317ce26f0c75aa5f181
+ git fetch --depth 1 origin 8cb6b388974a817afedf1317ce26f0c75aa5f181
From https://github.com/blender/blender
 * branch              8cb6b388974a817afedf1317ce26f0c75aa5f181 -> FETCH_HEAD
+ git checkout -f 8cb6b388974a817afedf1317ce26f0c75aa5f181
Downloading assets/brushes/essentials_brushes-mesh_sculpt.blend (2.6 MB)
Error downloading object: assets/brushes/essentials_brushes-mesh_sculpt.blend (b0357ed): Smudge error: Error downloading assets/brushes/essentials_brushes-mesh_sculpt.blend (b0357ed7ac2b362ec3d37caf638539a7cf1a0625306c5cbb7f840640761e602d): [b0357ed7ac2b362ec3d37caf638539a7cf1a0625306c5cbb7f840640761e602d] Object does not exist on the server: [404] Object does not exist on the server

Errors logged to '/home/runner/work/fake-bpy-module/fake-bpy-module/blender/.git/lfs/logs/20251031T165230.367767817.log'.
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: assets/brushes/essentials_brushes-mesh_sculpt.blend: smudge filter lfs failed
```
Was needed before, but not strictly needed anymore. But keeping it, so it will be easy to comment something in .yml without running into problems.
@Andrej730
Copy link
Contributor Author

I've added commits from #404 so CI would succeed.

@Andrej730 Andrej730 requested a review from nutti December 8, 2025 18:12
@nutti
Copy link
Owner

nutti commented Dec 24, 2025

@Andrej730
#398 is merged.
Can you rebase again to merge this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants