-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
blender: 4.2.3 -> 4.3.0 #358085
blender: 4.2.3 -> 4.3.0 #358085
Conversation
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.
Thanks for this! Added inline replied to your comments in the PR desc. I’ll do some testing a bit later.
@@ -1,26 +1,33 @@ | |||
diff --git a/CMakeLists.txt b/CMakeLists.txt | |||
index 97596dbee8d..d1ad6ac5de0 100644 |
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.
It’s fine to have this only work on 4.3, we don’t currently support building on different versions anyway (maybe one day will do LTS as well…)
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.
Would we want to expand the scope of this pr to add LTS?
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.
No, that’s a bigger topic :)
|
Successfully tested CUDA build and OptiX render. |
c48a0c1
to
68d6e44
Compare
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.
Changes look good!
Tested basic build again. Also tested running with --gpu-backend vulkan
and that works okay enough. I would say it definitely still seems “experimental”, but that’s fine they enabled it upstream anyway and it’s useful for addon dev.
There seems to be an issue with the newly shipped assets for grease pencil? After building this PR locally, running blender and trying to draw something there are no brushes available and in the console I get:
|
@clamydo Ah yes thanks for the testing. Added an inline comment. …need to think of a good way to assert the srcs are aligned going forward—guess should really write an updateScript but dunno of any that handle multiple srcs well… |
68d6e44
to
7235e90
Compare
Tested functionality of GreasPencil, works fine now. |
Thanks for the merge and thanks for the review! |
Bump Blender to latest release
4.3.0
This adds
vulkan
as a dependency and I was a bit unsure if this is needed on all platforms. If this is only needed for the linux platforms I will move the buildIput accordingly.Also I am a but unsure if we should split the
draco.patch
in a <4.3.0 and a >=4.3.0 version?Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.