BrendanParmer / NodeToPython

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

Incorrectly warns when it can't find an attribute due to version differences #81

Closed BrendanParmer closed 9 months ago

BrendanParmer commented 10 months ago

Seems like there needs to be a min/max version associated with each setting, with maybe the max set to None when it's good up to the latest Blender (beta?) release. This could be useful for #7 as well.