Hi,
on my current project i'm trying to have something efficiently set and easily manageable.
What i'd like is to use an XLSX files that i made that contains :
column A = ID
column B = Name
column C to E = R G B value as float
The XLSX file will be converted to either CSV or XML but i don't know which one.
I also don't know how to use the file i have to actually drive the color value depending on the attribute value of my object.
There's one line of said file
Let's say my object has an attribute called "materialName" and it's value is "Light green". I'd like that at rendertime, it automatically fetch the RGB value in my file and inject them to my shader accordingly (via a UserDataRGB node i guess).
I don't know if i'm clear to be honest, i hope i am ^^
Thanks for the answer