Denis, your a badass. I will try these and let you know. Right now I have the objects falling into place but they fall randomly in the order that th…
Thanks Bobo! Sadly this doesn’t work with MR. So what I need to do now is set the visibilty in the object properties not the dope sheet. Here is wh…
holy crap I did it!! It’s a total hack job mind you but it works! ( Objs = for o in objects collect o for o in Objs do ( myNum = random 1 500 my…
Denis this is awesome man thank you!
I have combined the first two and got this which is creating a group properly but only one, I think this is b/c this “theArray.count” is 300 and when …
Bobo and Denis, both of your scripts work very well for grouping 300 objs thank you. My situation is a little bit tricky as I have one object say ca…
bah, a little searching and I got this frankensteined together startPos=[0,0,0] endPos=[0,1,0] b = boneSys.createBone startPos endPos [0,0,1] b.widt…
BoneSys.createBone [0,0,0] [0,1,0] [0,0,1] is this code accurate for creating a single bone @ 0,0,0? It doesn’t error, but it doesn’t work eithe…
wow, that was indeed easy, thanks man!
Makes perfect sense, thank you sir!