thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: Rollouts Construction

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…

18 years ago
Forum
Reply
RE: Generating UI dynamically?

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…

18 years ago
Forum
Reply
RE: Generating UI dynamically?

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…

18 years ago
Forum
Reply
RE: Detaching elements into individual objects.

I also made a script a few weeks ago that will do this:

18 years ago
Forum
Reply
RE: rebuild mesh low poly

Actually that’s built into max. It’s under compound objects. Although I’m sure a scripted version could be vastly improved.

18 years ago
Forum
Reply
RE: rebuild mesh low poly

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 …

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 017: "Project Management"

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…

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 017: "Project Management"

I’m going to assume one of the rules is you have to start today not a month ago.

18 years ago
Forum
Reply
RE: My first script – Firelight reproduction

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? …

18 years ago
Forum
Reply
RE: My first script – Firelight reproduction

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…

18 years ago
Forum
Reply
RE: canExecute??

The spaces are really the dealbreaker though for the filterstring approach because this would execute fine: bob = 24 mike = 4 jones = 24 + Bob –(…

18 years ago
Forum
Topic
Forum
Replies: 1
Views: 12
Reply
RE: Swap Objects

Good idea! Works perfectly. macroScript swapper category:”Pongoloid” buttonText:”Swap” toolTip:”Swap” ( objpos = #() objrot = #() swapper = selec…

18 years ago
Forum
Topic
18 years ago
Forum
Replies: 2
Views: 13
Reply
RE: simple error but frustrating!!

I believe numpad Enter should only execute a single line of code. Much like hitting Shift + Enter

18 years ago
Forum
Page 28 / 32