Faster API method to relax UVs than cmds.untangleUV and more accurate than cmds.unfold?
28 views
Skip to first unread message
David Nelson
unread,
Jan 3, 2021, 12:50:43 PM1/3/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python Programming for Autodesk Maya
Hey all,
Happy new year. I am trying to automate some mesh cleanup and want to relax some UVs. maya.cmds.untangleUV is horribly slow, but does what I want. maya.cmds.unfold works but is a bit messy and hard to control after much tweaking of various parameters, to not get what the untangleUV method gets. Anyone have any other suggestions possibly API related, or some basic function in the cmds lib I am overlooking?