Hi everyone, I was trying a few things with the python API and was building my own script from the "Creating materials from images" sample, but I keep getting a TypeError: The attribute value must be a Texture error in the console whenever I call setField(field, value). I noticed the sample throws that same error. I…
Ha found an answer to my own question, for those who may have the same issue, you need to initialize a texture object first from the path string tex = mset.Texture(path=value)