Hello,
I am curently working on a tool wich does some batched operations on auto-generated objects.
At this point i need to automatically assign a nodal material class created with pynode to the newly created objects… but i can’t figure out how is this possible.
Did someone have already done this ? If yes, How ?
If not, is this (theorically) possible in the curent Python API version ?
Edit :
In the Material API references i founded :
addScriptLink(text, event) : Add a new script link to this Material
Maybe it is possible to link the material to a node material with this command … tried but it don’t seems to work