BrendanParmer / NodeToPython

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

Blender 4.0 breaking changes #78

Closed BrendanParmer closed 9 months ago

BrendanParmer commented 9 months ago

After this update NTP v3.0 should have feature parity in Blender 4.0 as it does in Blender 3.6, though new Blender 4.0 features won't work yet

BrendanParmer commented 9 months ago

Geometry node groups are behaving strangely in 4.0, creating the group but not having a way to select it from a tool or modifier unless you assign it in the script. More investigation needed

BrendanParmer commented 9 months ago

Geometry node groups are behaving strangely in 4.0, creating the group but not having a way to select it from a tool or modifier unless you assign it in the script. More investigation needed

Was related to not having a modifier/tool attribute, both of which defaulted to False