It not like this: select -r $newcube[0].e[1]; Like this: select -r ($newcube[0] + ".e[1]"); And this for faces later: select -r ($newcube[0] + ".f[0:3]") ($newcube[0] + ".f[5]");
hey there, I'm back again with another problem I'm having which I cannot find an answer for on the Internet so I need your help again.. I'm trying to create a little script to help me creating simple symetrical objects by creating a mirrored base object. But I'm stuck on not being able to select certain edges to do…
I would probably do maybe something like this with a bit less code. It doesn't really matter since both do the job and the script is small so it's not a matter of performance or something....but here it is if you find it useful. string $newcube[] = `polyCube -w 10 -h 10 -d 10 -sx 1 -sy 1 -sz 1 -ax 0 1 0 -cuv 4 -ch…