[Bf-python] Modify UVs

jms jmsoler at free.fr
Tue Sep 14 23:38:27 CEST 2004


JOEEAGAR at prodigy.net wrote:

>--- Original Message ---
>From: "Kaal_le_Saint" <Kali.tm at wanadoo.fr>
>To: <bf-python at blender.org>
>Subject: [Bf-python] Modify UVs
>
>  
>
>>I have a Cube with a UV coordinate... How to modify 
>>    
>>
>this coordinate?
>  
>
>>_______________________________________________
>>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





More information about the Bf-python mailing list