BrendanParmer / NodeToPython

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

Group nodes don't use correct tree if one already present in scene #74

Closed BrendanParmer closed 8 months ago

BrendanParmer commented 10 months ago

Let's say we turn a tree into python, and the tree has a group node using tree called "A", which does x. If there's already a group called "A" (doing y) in the scene when we run the generated add-on, then the generated add-on defaults to the group doing y, which could result in errors