Community
3ds Max Programming
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max SDK, Maxscript and Python topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Baby's first script- what am I doing wrong?

1 REPLY 1
Reply
Message 1 of 2
Anonymous
321 Views, 1 Reply

Baby's first script- what am I doing wrong?

I'm simply trying to straighten preselected vertices along a single axis and switch back to select mode but the script doesn't actually move the vertices and I'm at a loss as to why. Here's the script in it's entirety-  

 

macros.run "Tools" "Scale"
scale $.selectedVerts [1,0,1]
actionMan.executeAction 0 "50027" -- Selection: Select Object

Tags (3)
Labels (3)
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

Never mind, just found out about Make Planar.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report