[Maya-Python] Re: Get point position using Uv map

2014-11-01 Thread Jan
I don't think there is an API function for that. You could write your own 
function to find the closest UV based on the mesh's UV list. 
However it might be a lot easier to just skip the results that are not within 
the coverage (ie. sorting out each result that is 0.0,0.0)

-- 
You received this message because you are subscribed to the Google Groups 
Python Programming for Autodesk Maya group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/d59cd4aa-2e49-45b8-a0d4-44729b5ea369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Maya-Python] Re: Get point position using Uv map

2014-11-01 Thread illunara
Ah, okay. I will try to work it out somehow, anyway, thank for helping me, 
Jan :D

-- 
You received this message because you are subscribed to the Google Groups 
Python Programming for Autodesk Maya group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/3a379cc7-46db-4c03-bc63-1f3ec0d0a26a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.