NodeArrange icon indicating copy to clipboard operation
NodeArrange copied to clipboard

Results 1 NodeArrange issues
Sort by recently updated
recently updated
newest added

I'm trying to arrange node-trees (which are created through a Python script in `bpy.data` in a UI-less blender) through functions from this addon. This is my code: ```python def arrange(node_tree):...