Skip to content

Blender 5.1#194

Draft
BrendanParmer wants to merge 7 commits intov4.1from
Blender5.1
Draft

Blender 5.1#194
BrendanParmer wants to merge 7 commits intov4.1from
Blender5.1

Conversation

@BrendanParmer
Copy link
Owner

@BrendanParmer BrendanParmer commented Feb 22, 2026

Issues

Changes

  • Parser script version bump
  • Update node_settings
    • New nodes:
      • Compositor
        • Mask to SDF
        • Sequencer Strip Info
      • Geometry Nodes
        • Bone Info
        • Bundle
          • Get Geometry Bundle
          • Set Geometry Bundle
        • Grid
          • Cube Grid Topology
          • Grid Clip
          • Grid Dilate and Erode
          • Grid Mean
          • Grid Median
          • Grid to Points
        • List (alpha only)
          • Field to List
      • General
        • Matrix SVD
        • Store Bundle Item
      • Shader
        • Raycast
    • New Settings
      • List Get Item data_type, socket_type, and structure_type
      • Normal Map convention
    • Blender 5.1 Deprecations
      • Grid Voxelize node
      • String to Curves align_x, align_y, font, overflow, and pivot_mode settings have been promoted to sockets
  • Support Font sockets
  • Lights only set use_nodes prior to 5.1
  • NodeToPython now outputs a warning if a node group is linked from an old version of Blender.
    • Because the tree interface may've changed, we cannot safely link to the new version
    • Because not all users may have the old Blender version, we cannot safely link to the old Blender version
    • Thus, we need to perform a deep copy until backwards compatibility is handled better in NodeToPython
  • NodeToPython now checks the dimensions of a Vector socket against the length of its default_value, outputting a warning if there's a mismatch. If there are fewer dimensions than the length of the default_value, it will try to use the components of the default_value

@BrendanParmer BrendanParmer self-assigned this Feb 22, 2026
@BrendanParmer BrendanParmer added bug Something isn't working enhancement New feature or request labels Feb 22, 2026
@BrendanParmer BrendanParmer added this to the v4.1 milestone Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant