Hacker News new | ask | show | jobs
Dunders in Blender II – Building an Expressive Syntax (salaivv.com)
2 points by salaivv 1200 days ago
1 comments

Just finished writing another iteration of Dunders in Blender.

TL;DR – Can you connect two node sockets using a syntax like this:

node_image_tex.outputs['Color'] >> node_principled.inputs['Base Color']

Read more: https://salaivv.com/2023/03/03/dunders-in-blender-2