Gísli
04-04-2009, 03:25 PM
Hi,
How do I find out the position of a UV point in UV space using preferable python code?
The numbers I want are shown in the top right part of the UV Texture editor Window.
This is what I was trying but I'm not getting the right output.
import maya.cmds as mc
abc = mc.pointPosition('item.map[1]')
print abc
Regards,
Gísli
How do I find out the position of a UV point in UV space using preferable python code?
The numbers I want are shown in the top right part of the UV Texture editor Window.
This is what I was trying but I'm not getting the right output.
import maya.cmds as mc
abc = mc.pointPosition('item.map[1]')
print abc
Regards,
Gísli
