BrendanParmer / NodeToPython

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

Capture Attribute not supported in 4.2 #112

Closed Dangry98 closed 3 months ago

Dangry98 commented 4 months ago

This node gives errors becouse of the new 4.2 update: image

BrendanParmer commented 4 months ago

Hi @Dangry98, Blender 4.2 is not supported by NodeToPython yet. The capture attribute node should be supported 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 coming weeks

EDIT: Blender 4.2 changes merged into v3.2 branch

Dangry98 commented 4 months ago

Thanks! Really appreciate the work you are doing! The add-on is invaluable! Hope you consider adding it to the Blender Extension site as well :)

BrendanParmer commented 4 months ago

Glad to hear it's helpful! I'm planning on rolling it out to the extensions platform with the NTP 3.2 update, which will include support for creating the new manifest files, as well

BrendanParmer commented 3 months ago

Resolved with https://github.com/BrendanParmer/NodeToPython/pull/117