I've created a complex shader node tree for the world material and I want to pack it into an addon. Do I really have to recreate all of it in Python or is there a way to just copy and paste the information of this setup into a python script?
Asked
Active
Viewed 279 times
.nodes,.inputs,.outputsand.linkscollections.. and set all non-default attributes from each node. – Secrop Dec 15 '22 at 21:31