-
-
Notifications
You must be signed in to change notification settings - Fork 116
Update: Blender 5.0 support #410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Andrej730
wants to merge
9
commits into
nutti:main
Choose a base branch
from
Andrej730:blender_50
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nutti
reviewed
Dec 1, 2025
Owner
nutti
left a comment
There was a problem hiding this 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.
Contributor
Author
Owner
This reverts commit 1174c49.
And leaving them as-is is producing errors later in `format_validator` transformer.
Contributor
Author
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.
Contributor
Author
|
I've added commits from #404 so CI would succeed. |
Owner
|
@Andrej730 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Including commits from #398 to avoid conflicts on merge.
Requires fixes from #399 to actually work.