BrendanParmer / NodeToPython

Convert Blender node groups to a Python add-on
MIT License
230 stars 21 forks source link

Issue with “Node to Python” Add-on in Blender 4.2 on Mac #113

Closed applejamkorea closed 3 weeks ago

applejamkorea commented 1 month ago

Dear BrendanParmer,

I am encountering an error while installing the “Node to Python” add-on in Blender 4.2 on my Mac. The error message says: 'module' object has no attribute 'NodeEnumDefinition' As a result, the add-on installation fails. Could you assist me with this issue?

Thank you, 205

1 2

BrendanParmer commented 1 month ago

Hi @applejamkorea, Blender 4.2 is not supported by NodeToPython yet. They made some breaking changes to the Menu Switch node's API that result in this error. These should be resolved in the v3.2 branch, but this is experimental and may not be fully stable yet. I'm expecting to release these changes in the next few weeks

EDIT: Blender 4.2 changes merged into NTP v3.2 branch

BrendanParmer commented 3 weeks ago

Resolved with #117