BrendanParmer / NodeToPython

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

Don't allow "special variable names" as node names #61

Closed BrendanParmer closed 8 months ago

BrendanParmer commented 1 year ago

Constant variable names generated by the add-on (like those for the material, a modifier, etc) should not be used as node variable names

BrendanParmer commented 1 year ago

Probably will be handled as part of #20