MoonDoggie
@moondoggie
New Member
Joined: Feb 15, 2024
Topics: 22 / Replies: 242
Reply
RE: multiple Spinner controller

Paul, Question for you related to this thread. How do you use wire params on rollout ui objects (like spinners) that haven’t been created yet? If th…

17 years ago
Forum
Reply
RE: multiple Spinner controller

Absolutely not helping on this forum too j/k. Decipher my example to examine how callbacks work and on spinner changed do ( ) event handlers work. …

17 years ago
Forum
Reply
RE: Recommended MaxScript Textbooks

Some advice for someone who had this same question. I bought a while back the Autodesk MaxScript Essentials v2 book and had a great time reading it, …

17 years ago
Forum
Reply
RE: Accessing objects in a for-loop

it would be append arrayName ($Box* as array) I believe.

17 years ago
Forum
Reply
RE: Accessing objects in a for-loop

Hi Carlo, Here are some bits of code to help you out. Clearly you’re familiar with other scripting concepts, so I’ll dive in. There are a few differ…

17 years ago
Forum
Reply
RE: Printing material settings to a file.

It’s absolutely doable, but gonna be a bit of a pain, because each renderer custom materials use different calls to get diffuse colors/maps etc. Take…

17 years ago
Forum
Reply
RE: Mouse input window

This is a great idea. I’m curious to see how it could be done.

17 years ago
Forum
Reply
RE: Checking where BitmapTexture is used in scene

Check my script that relinks bitmaps, hopefully it will give you some insight or provide the functionality you’re after.

17 years ago
Forum
Reply
RE: unhide Selected objects in the schematic

Don’t forget you’ll also have to unhide their layers to make sure they are shown when you unhide it. for o in selection where not(o.layer.on) do o….

17 years ago
Forum
Reply
RE: help please

In the maxscript help, on the index tab type resetMAXFile and read all about it Note: Be sure you aren’t in the 3dstudio max help. To get to the ma…

17 years ago
Forum
Reply
RE: script request: Random Texture Assigner

I made one for our 3d people library. It goes into the current material that is assigned to each person. Check the diffuse bitmap, and tries to find…

17 years ago
Forum
Reply
RE: Question about comparing transform matrices

Perfect answers from both of you. Many thanks. -Colin

17 years ago
Forum
Topic
Forum
Replies: 3
Views: 17
Reply
RE: How to manually add a button in an existing rollout?

A really easy way would just be to create 10 buttons and set them to (not)visible. And change their name to whatever you want and set it to visible.

17 years ago
Forum
Page 10 / 18