LIVENODING 1183 Using SV Nodes to Switch Matcap
In this episode, I am going to explore a way to use node setup so that I can easily switch between all the available Matcaps in my library.
This took me a bit of tinkering, and I got help from BATFinger from Blender Stack Exchange:
BSE:
https://blender.stackexchange.com/questions/134069/how-can-i-list-all-the-matcaps-and-studio-lights-via-python
MORE MATCAPS
https://www.pixelfondue.com/blog/30matcaps
Basically the process is the get the list of all available Studio Lights of type ’MATCAP’ and then somewhat run a Python command that simply change the Matcap Lights.
GITHUB:
https://github.com/enzyme69/blendersushi/issues/598