Page 1 of 1

Shading layers

Posted: Mon Dec 07, 2020 6:49 pm
by Egert_Kanep
An addon I let my friend develop is now in usable state. thought I should share. https://drive.google.com/file/d/1iWRFpc ... sp=sharing

The idea is procedural material assigment. If you are familiar with Houdini group syntax it is easy to pick up.
Be aware! Only one material should be used per object

some basic rule examples

* - includes all objects scenes
! - include everything except
{} - combine rules

*monkey - includes every object that ends with monkey
monkey* - includes every object beginning with monkey
*monkey* . includes every object that includes the word monkey
!monkey - includes everything else except monkey
{monkey_* !*blue} - includes all objects named monkey_something and excludes monkey_blue

Let me know your thoughts :)