Groups
Groups
Sign in
Groups
Groups
Python Programming for Autodesk Maya
Conversations
Labels
About
Send feedback
Help
scale edge's
28 views
Skip to first unread message
Vishal Kadam
unread,
Sep 25, 2020, 6:00:23 AM
9/25/20
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
can anyone help me with this,
selection is working but the scale doesn't work
I guess I'm wrong with commands
mel.eval("select -r .e[2] ;")
mel.eval("scale -cs -r 1 1 1;")
mel.eval("select -r .e[0] ;")
mel.eval("scale -cs -r 1 1 1;")
vince touache
unread,
Sep 25, 2020, 10:30:10 AM
9/25/20
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
what are you trying to do exactly, just scaling an edge? If so, why not python?
Right now, looks like you're scaling at 1unit, which is like translating 0unit
mel.eval("scale -cs -r 2 2 2;") ?
Vishal Kadam
unread,
Oct 19, 2020, 2:29:09 AM
10/19/20
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
thank for replying I have figured it out some other way
Reply all
Reply to author
Forward
0 new messages