-
Notifications
You must be signed in to change notification settings - Fork 454
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.1 #1136
Blender 4.2.1 #1136
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cfe62a0 - Browse repository at this point
Copy the full SHA cfe62a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22a85de - Browse repository at this point
Copy the full SHA 22a85deView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7c54e3 - Browse repository at this point
Copy the full SHA c7c54e3View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e72a780 - Browse repository at this point
Copy the full SHA e72a780View commit details -
feat(blender): use context.temp_override for operator overrides
New API in Blender 4.0, the first 'context' argument no longer exists.
Configuration menu - View commit details
-
Copy full SHA for 847321e - Browse repository at this point
Copy the full SHA 847321eView commit details -
feat(blender): use the node_tree.interface API instead of .outputs an…
…d .inputs The latter was deprecated in favor of the prior.
Configuration menu - View commit details
-
Copy full SHA for ecca5cf - Browse repository at this point
Copy the full SHA ecca5cfView commit details -
feat(blender): remove the use_legacy_obj_import
This is no longer available from Blender 4.1
Configuration menu - View commit details
-
Copy full SHA for 2dbf982 - Browse repository at this point
Copy the full SHA 2dbf982View commit details -
feat(blender): import ply using bpy.op.wm.ply_import
The 'import_mesh.ply' was replaced by '.wm.ply_import'.
Configuration menu - View commit details
-
Copy full SHA for 4221571 - Browse repository at this point
Copy the full SHA 4221571View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0430a92 - Browse repository at this point
Copy the full SHA 0430a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 442c947 - Browse repository at this point
Copy the full SHA 442c947View commit details -
feat(blender): use auto smooth geometry nodes
In 4.1 the node group replaces the prior implementation of auto smooth on object data.
Configuration menu - View commit details
-
Copy full SHA for bb85745 - Browse repository at this point
Copy the full SHA bb85745View commit details
Commits on Aug 12, 2024
-
feat(blender): make depth, distance and segmentation output rgb in bl…
…ender 4.1 Since Blender 4.1 the .exr depth outputs are one channel instead of three channels. The imageio.v3.imread using 'opencv' can't open single channel .exr. Thus using nodes we create three channel image output from the depth again. This might be fixed in future versions of Blender, fix to respect the file foramt 'Color' property (that's actually set to RGB) was already merged into master: https://projects.blender.org/blender/blender/commit/40be124184bb571669b7346a36003c33c412cb20
Configuration menu - View commit details
-
Copy full SHA for 71bfebb - Browse repository at this point
Copy the full SHA 71bfebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a66112a - Browse repository at this point
Copy the full SHA a66112aView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5940449 - Browse repository at this point
Copy the full SHA 5940449View commit details -
feat(render): add view transform as 'render' parameter
Since Blender 4.1 'AgX' is the new default, but to yield semi-similar results we want to keep the default as 'Filmic'.
Configuration menu - View commit details
-
Copy full SHA for 4c3ac3e - Browse repository at this point
Copy the full SHA 4c3ac3eView commit details -
feat(blender): bump blender to 4.2.0
Adjusted breaking API changes, and adding of the smooth by angle modifier - which is now actually less prone to error.
Configuration menu - View commit details
-
Copy full SHA for 152100f - Browse repository at this point
Copy the full SHA 152100fView commit details
Commits on Aug 19, 2024
-
feat(blender): load auto smooth node group manually
Using the 'bpy.ops.modifier_add_node_group' would be superior, but it doesn't work correctly in background mode.
Configuration menu - View commit details
-
Copy full SHA for 6817ed6 - Browse repository at this point
Copy the full SHA 6817ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4deeb74 - Browse repository at this point
Copy the full SHA 4deeb74View commit details -
feat(blender): assign the root collection after cleaning up data blocks
So the 'bpy.context.collection' can be used afterwards. This worked in Blender 4.1, but in 4.2 deleting the collection objects doesn't make the root collection as the active in context.
Configuration menu - View commit details
-
Copy full SHA for 3c1be7b - Browse repository at this point
Copy the full SHA 3c1be7bView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c24a8e5 - Browse repository at this point
Copy the full SHA c24a8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a37b4f0 - Browse repository at this point
Copy the full SHA a37b4f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4645722 - Browse repository at this point
Copy the full SHA 4645722View commit details
Commits on Aug 29, 2024
-
fix(ObjectLoader): don't validate meshes when importing obj
This should fix the broken normals.
Configuration menu - View commit details
-
Copy full SHA for f99fb32 - Browse repository at this point
Copy the full SHA f99fb32View commit details -
fix(ply): Removes incorrect custom split normals from bop/replica obj…
…ects loaded from ply
Configuration menu - View commit details
-
Copy full SHA for 4cacdbe - Browse repository at this point
Copy the full SHA 4cacdbeView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0e01b8 - Browse repository at this point
Copy the full SHA b0e01b8View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eeaf5ef - Browse repository at this point
Copy the full SHA eeaf5efView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61e2cf7 - Browse repository at this point
Copy the full SHA 61e2cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ba9f3 - Browse repository at this point
Copy the full SHA 95ba9f3View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 593d344 - Browse repository at this point
Copy the full SHA 593d344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275141e - Browse repository at this point
Copy the full SHA 275141eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c8a12 - Browse repository at this point
Copy the full SHA 01c8a12View commit details