Skip to content

Update for Blender 5.0 compatibility and minor fixes on default Actions#87

Merged
InamuraJIN merged 1 commit into
InamuraJIN:masterfrom
pyricvex:master
Feb 4, 2026
Merged

Update for Blender 5.0 compatibility and minor fixes on default Actions#87
InamuraJIN merged 1 commit into
InamuraJIN:masterfrom
pyricvex:master

Conversation

@pyricvex

@pyricvex pyricvex commented Feb 3, 2026

Copy link
Copy Markdown
Collaborator

Fixes for Blender 5.0 Compatibility

  • API Compatibility (String Bridge): Updated property definitions to ensure compatibility with Blender 5.0's stricter requirements for StringProperty and other data types.

  • Auto Smooth Attribute Fix: Resolved AttributeError: 'Mesh' object has no attribute 'use_auto_smooth'. This was achieved by replacing the deprecated direct mesh attribute calls with the new bpy.ops.object.shade_smooth(use_auto_smooth=True) operator system.

  • Storage.json Refactoring: Updated the default actions in Storage.json to utilize the new non-destructive "Smooth by Angle" logic, ensuring "Subd Smooth" and similar actions work out of the box.

  • Stability: Cleaned up redundant macro steps to prevent errors when objects are missing or when the API structure expects a modifier-based workflow.

@InamuraJIN InamuraJIN merged commit 0b4e61e into InamuraJIN:master Feb 4, 2026
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants