BrendanParmer / NodeToPython

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

Weird issue with node spacing #33

Closed BrendanParmer closed 1 year ago

BrendanParmer commented 1 year ago

Node network still functions the same, it's just real ugly

BrendanParmer commented 1 year ago

Seems like just having node frames in an original node network messes with node locations. Might be able to solve this by detaching nodes from their frames before processing

BrendanParmer commented 1 year ago

Solved by setting each node's parent and then their locations