Wahooney
@wahooney
New Member
Joined: Feb 14, 2024
Topics: 60 / Replies: 278
Reply
RE: Need a script

I think I have misinterpreted your request. All the plugin that I’ve made does is go through all the layers in the scene and make new materials that …

20 years ago
Forum
Reply
RE: Need a script

Simple. [ol] [li]Copy the script to your max\ui\macroscripts folder [/li][li]Restart max. [/li][li]Go into Customize \ Cusomize User Interface… \ …

20 years ago
Forum
Reply
RE: Need a script

Get it here!

20 years ago
Forum
Reply
RE: hlist group name

Look up SelectByName() in the help. That allows you to select scene objects by name and return an array containing them all. The following code will …

20 years ago
Forum
Reply
RE: Very wierd bug

$object.min and $object.max get’s the minimum and maximum points of the object’s bounding box. Note that these are the points of an Axis Aligned boun…

20 years ago
Forum
Reply
RE: Replacing an object while retaining hiearchy?

Or you could use instanceReplace(). d = dummy() objList = <objects you want to replace> for obj in objList do instanceReplace obj d …

20 years ago
Forum
Reply
RE: Playback

[left] [/left] Check timeConfiguration.playbackSpeed in the maxScript SDK.

20 years ago
Forum
Reply
RE: max and SQL ?

I’d like to know if it’s MSSql or MySQL. Coz I’d prefer MySQL myself.

20 years ago
Forum
Reply
RE: I want a script like this, please read in…

So all you want the script to do is create folders in the same folder that your file is saved? That should be possible by using a save callback. If y…

20 years ago
Forum
Topic
Forum
Replies: 0
Views: 35
Reply
RE: newb script controller question

Check Paul Neales tutorial at , it pretty much does exactly what you want.

20 years ago
Forum
Reply
RE: SubAnim RCMenu? How?

I’m definitely in need. So that’ll be appreciated.

20 years ago
Forum
Reply
RE: SubAnim RCMenu? How?

Thanks Paul One would imagine that this feature would have made it’s way into maxScript yonks ago. The trackView.pickTrackDlg() is a bit too chunky …

20 years ago
Forum
Reply
RE: SubAnim RCMenu? How?

I want a menu like the one that pops up when you use the Wire Parameters function. So the flow would be, the user clicks a button in a floater, picks …

20 years ago
Forum
Reply
RE: SubAnim RCMenu? How?

Is it possible to return a value from an rcMenu without using globals? I’ve modified the code to use format() and it’s much neater but still doesn’t d…

20 years ago
Forum
Page 14 / 23