Hi,
I’m trying this to color one of my meshes:
scanMesh = wrap.Image.fill( (0,255,255) )
but it tells me…
Traceback (most recent call last):
File “MLB.py”, line 8, in
scanMesh = wrap.Image.fill( (0,255,255) )
TypeError: descriptor ‘fill’ requires a ‘ImageNonUI’ object but received a ‘tuple’
Are there any examples of this so I can color one of my meshes so I can see what I’m doing please.
Thanks - Damon