AI Render v0.6.10
Fix a bug related to a breaking change in Blender 3.5+
In Blender 3.5, a change was made to the python API that now requires node tree inputs and outputs to be explicitly created, rather than just using node_tree.links.new()
.
See https://projects.blender.org/blender/blender/issues/105701