- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm a complete newbie in this, I don't have have much programing knowledge just the basics and I'm just playing around trying to learn it and make buttons to help me save time doing some tasks that I find myself doing repetedly
I want to select the faces (in edit poly) of the sides of a box no matter how many faces it have
so if a box is [n,m,L] I want to select {n*m*2+1 .. n*L*2+m*L*2} <- lets call this w
I have been able to assign the variables n m and L using $.heightsegs $.widthsegs and $.lengthsegs
But I can't use them inside the modifer like this ( $.modifiers[#Edit_Poly].Select #Face #{w} )
It would be a huge help if anyone can help me with this, I attached my file just in case
Thanks 🙂
Solved! Go to Solution.