mustan9
@mustan9
New Member
Joined: Feb 15, 2024
Topics: 18 / Replies: 151
Reply
RE: Make a custom object or extend helper?

Sounds like a system object to me. That’s an object controls the creation and instancing of other types of objects. The “Sun” system in Max is such a…

18 years ago
Forum
Reply
RE: Assigning materials to 10,000 models quickly?

No I don’t think so. That sounds good. The question is work flow, how many clicks of the mouse it takes to change things around, replace materials, or…

18 years ago
Forum
Reply
RE: Assigning materials to 10,000 models quickly?

Both. Jon-Huhn: Personally, I’d rather have a tool that simply re-assigns the materials and properties everytime you switch a layer That is…

18 years ago
Forum
Reply
RE: Assigning materials to 10,000 models quickly?

You should look at how RPManager handles this problem. It has a custom material that stores all the materials for all layers on the object, and then w…

18 years ago
Forum
Reply
RE: Expression question

orig = 196 d =(distance ankle fino) xPos = 0 if d > orig then xPos = 0 + (d-orig) * stretch if d < 155 then xPos = 0 – (155-d) * squash

18 years ago
Forum
Reply
RE: need help with simple script IF. POS.

Oh I won’t do that with a callback. Create a MaxScript controller and assign it to the $Sphere’s position controller under the X_Position float contr…

18 years ago
Forum
Reply
RE: how to estimate the time of rendering .

handiklap: that would be a ridiculously complex algorithm just to make a marginally accurate prediction of a single frame render time It is not a…

18 years ago
Forum
Reply
RE: how to estimate the time of rendering .

You might be able to do a simple statical calculation based upon a history of renderings. Capture the render time, face count, render settings, etc… …

18 years ago
Forum
Reply
RE: Script controller variables

oh, you can use the same methods as the “expression controller”. y = x.getValue “Y Position” EDIT: Sorry, misread your post. I don’t think you can g…

18 years ago
Forum
Reply
RE: Script controller variables

You can add node’s as varaible references. Create a varaible called TEA, click “node” and assign it to $Teapot01. Now you can use TEA in your script…

18 years ago
Forum
Reply
RE: Putting objects into memory (but not into the scene)

You can create a custom attribute parameter block. Assign it to the global parameters section, and then add your objects as hidden parameters. As lon…

18 years ago
Forum
Reply
RE: perfect in listener, no go in a script?

You need to make sure the modifier panel is open. I think if it’s not open Max throws an exception. Add this to the start of your pressed event. max…

18 years ago
Forum
Reply
RE: Pen Attribute Holder- you need scripting knowledge?

You need zero scripting knowledge to use PEN’s attribute holder or the empty one that comes with Max. You assign custom attributes using the custom a…

18 years ago
Forum
Reply
RE: network problem

Try forward slashs. “/” and you won’t have to repeat them. example: //machine/folder/folder/folder/file.txt

18 years ago
Forum
Reply
RE: CgTalk Maxscript Challenge 014: "Spider Web"

Crap, I misread the date. I thought we had until Dec 12. I hadn’t started yet. Can we get an extension?

18 years ago
Forum
Page 9 / 12