Код: Выделить всё
for x in [0,1,2,3]:
own.meshes[0].getVertex(0,x).setRGBA([1,1,1,alpha_rate])
Я использую Blender 2.49b с Python 2.5.1
Подробнее здесь: https://stackoverflow.com/questions/544 ... ugh-python
Код: Выделить всё
for x in [0,1,2,3]:
own.meshes[0].getVertex(0,x).setRGBA([1,1,1,alpha_rate])