[Bf-python] Bug?

Manuel Bastioni manuelbastioni at tin.it
Tue Feb 3 12:55:05 CET 2004


This return message: 
HAS FACEUV:  0


import Blender
obj = Blender.Object.Get("Base")
obj_mesh = obj.getData()
obj_mesh.hasFaceUV(1)
print "HAS FACEUV: ", obj_mesh.hasFaceUV()



More information about the Bf-python mailing list