Skip to content

Blender 5.x Support#93

Open
MarkusUngerDev wants to merge 2 commits intoGhostkeeper:masterfrom
MarkusUngerDev:master
Open

Blender 5.x Support#93
MarkusUngerDev wants to merge 2 commits intoGhostkeeper:masterfrom
MarkusUngerDev:master

Conversation

@MarkusUngerDev
Copy link

While testing the plugin for my 3D printer, I noticed two minor bugs.

First: There's a change in the constructor since Blender 4.2+.
Second: Problems can occur if a Blender object doesn't have a correct default name.

Fixed and tested in Blender 4.0.0 and Blender 5.0.1

…l argument of operators to `__init__()`. I'm also checking the Export class.
…lements, metadata_node.text returns None. Blender's Scene.name property doesn't accept None from string types, causing a TypeError.

Changed the condition from value if value is not None else "" to value if value else "" to handle both None and empty string cases.
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.

1 participant