Skip to content

AI Render v0.6.10

Compare
Choose a tag to compare
@benrugg benrugg released this 13 Mar 16:29
· 177 commits to main since this release

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