Wow I’m on a roll of possibly applicable scripts this week from scripts I wrote in the last two weeks. Just in case you need to take your spinner li…
You could also keep the dynamic method but then store the subroll’s contents into an array on destruction if it’s not empty. I have a bit of code whi…
This is a bit of code I posted a few weeks ago: [left] [/left] [left]global variety2 = 0 fn changerollouts variety = ( if variety2 < variety t…
I also made a script a few weeks ago that will do this:
Actually that’s built into max. It’s under compound objects. Although I’m sure a scripted version could be vastly improved.
This seems like a good place to ask: Is there an anti-meshsmooth? Since meshsmooth is based on an extremely basic sub-d algorithm is there a way to …
The curse of this challenge. Everybody who is currently working on Pipeline stuff can’t share it. Hehe should have called it Maxscript Challenge 0…
I’m going to assume one of the rules is you have to start today not a month ago.
But I’m talking about when you roll the spinner. I.E. Click and drag up/down. If it’s an integer then the scale will always be => 1.0 won’t it? …
Bobo I’ve had a question and this seems like a good place to put it. Is there a way to adjust the speed of the spinner. I know you can press down a…
The spaces are really the dealbreaker though for the filterstring approach because this would execute fine: bob = 24 mike = 4 jones = 24 + Bob –(…
Good idea! Works perfectly. macroScript swapper category:”Pongoloid” buttonText:”Swap” toolTip:”Swap” ( objpos = #() objrot = #() swapper = selec…
I believe numpad Enter should only execute a single line of code. Much like hitting Shift + Enter