[Bf-python] Modify UVs

Kaal_le_Saint Kali.tm at wanadoo.fr
Wed Sep 15 11:04:46 CEST 2004


Damned !

Thanks awfully, joeedh and jms ^^.

I found my error :

my_Mesh = my_Obj.data # huuuuu, it's ReadOnly...

I thought that obj.data and obj.getData() were the same thing!

"@ soon" lol.

--------------------------------
Jms wrote :
>>Bf-python mailing list
>>Bf-python at projects.blender.org
>>http://projects.blender.org/mailman/listinfo/bf-
>>    
>>
>python
>This. . .
>
>import Blender
>from Blender import NMesh
>
>mesh = NMesh.GetRawFromObject("Cube")
>  
>
hum... NMesh.GetRaw()  perhaps
or
the Obj.getData()

not    GetRawFromObject("Cube")
This do not give you acces to the real uvmap coord


_______________________________________________
Bf-python mailing list
Bf-python at projects.blender.org
http://projects.blender.org/mailman/listinfo/bf-python




More information about the Bf-python mailing list