I’ve only a basic knowledge of 3D Max. I’m creating a plane using MaxScript, converting it to an editable Poly and then extruding certain faces. The thing is, I only have 16 faces to work from. Is there a way to have more than 16 faces?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would have to define it before you do your conversion to poly.
The syntax shown in the listener for adding segments is:
So for your script just add this right below your line where you define your plane:
this makes it more “bulletproof”,
since when using $ it means any selected object.
By using “yplane” variable we make sure it only affects this object.