News

When changing a node's selected property in Python, it does not seem to trigger the update in the tree's selected_nodes. At least most of the times. Sometimes it does, but (at least in my cases) it is ...
The goal is to make it simpler when adding / removing links between nodes of a NodeTree. Using the Blender Python API as it exists, adding links looks something like: node_tree.links.new( ...