Hi devs!
If I create a group of nodes from the script, do not render well, renders all black or dark!
http://www.pasteall.org/pic/8009
http://www.pasteall.org/18248/python
Description
Description
Event Timeline
Comment Actions
this same error happened on a pre-commit version of the node api patch when you created the compo node from the api itself. The way to fix it was/is to delete the compo node and add it again, this time it works. When I got the error it got fixed but i wasnt using group nodes, maybe this is a special case not handled yet
Comment Actions
Fixed in SVN now. Reason was that when adding links in scripts the node tree type wasn't updated, so sockets could be linked and external at the same time.