Im wondering if there is a property or something in blender 2.28 pyhton to know that a certain image is applied to a material… i looked at Blender.Material and Blender.Image properties but what im searching for is something like
myImg.mat = Material01 or
mymaterial.Textures[1].name = “brick.jpg”
I don’t know if i explained myself properly , but im trying to build an exporter with python and its necessary to export textures as well as material properties and of course geometries
i wouldnt bother anyone if i wasnt so desperate… please anyone who knows what im talking about , HELP! i try to explain… materials have from 0 to 8 textures right ? every texture can affect col, ref,mir ecc… i need to retrieve that information in order to export materials as close as possible to the original (the blender one)…
if any blender or python guru reads this, PLEASE HELP !!
As far as I know (I could be wrong, I don’t do much python stuff nowadays) it is not possible yet to get texture information, but I’m sure that will be possible soon.