scale edge's

28 views
Skip to first unread message

Vishal Kadam

unread,
Sep 25, 2020, 6:00:23 AM9/25/20
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 AM9/25/20
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 AM10/19/20
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