Hi!
I have 2 things I would like to do with a Python script:
- Create a new material exactly the same as an existing material
- Assign all variables of one existing material to another existing material.
Obviously, if I find out how to do #2, I can also accomplish #1 in two steps.
The only way I can find to do it in Python is to explicitly copy every member variable of one material to another material, but that is not a good approach for several reasons. The most important reason being that the script would not be robust against additions to materials in future versions of Blender.
Can anyone help me?
Best regards,
Mikkel