ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Mouse button tracking or catching

(shoot! why doesn’t cgtalk quote quoted quotes? gah!) JHaywood: I could phrase it differently and answer the question read both ways at the …

16 years ago
Forum
Reply
RE: Mouse button tracking or catching

you’re gonna be SOL for the right mouse button with standard MaxScript – they never fixed that (if it even -can- be fixed); Mouse Cursors[left]mous…

16 years ago
Forum
Reply
RE: Automatic keyframe

‘you’ don’t… max calls them for you whenever certain events happen. try this code… fn test ev nd = ( format “ev % :: nd % ” ev nd ) temp = nodeEve…

16 years ago
Forum
Reply
RE: Automatic keyframe

it wouldn’t require user interaction, actually… The trackbar filter callback, change handlers, etc. all run automatically. The only problem is that …

16 years ago
Forum
Reply
RE: Automatic keyframe

might just make it a button that they would -have- to press, but if that’s not an option, I think you’d be stuck abusing some other callback (trackbar…

16 years ago
Forum
Reply
RE: Running 3dsmax script in command line without opening GUI(Running 3dsmax in non GUI )

check out 鈥?dsmaxcmd.exe鈥?and Command Line Rendering / Running Scripts from the Command Line help topics. Note that GUI-less max instances – a la com…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

not applicable to this thread, but… errr… matchPattern “” pattern:”**” — returns false. d’oh!

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

Well although I agree that one -shouldn’t- use them… any more than, say, spaces in file names, that doesn’t mean other people won’t… especially as 3ds…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

Well, what I was getting at with the first one (single quotes)… This fine… a = sphere name:”Foot.L” b = sphere name:”OtherDude.Foot.L” select (exec…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

as in the following…? select (execute (“$*\””+a.name+”\”*”))

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

Oh yeah, that’s right! well… screw the matchpattern, then – just go with dollarasteriskquotedoublequoteplus … but what happens if it contains a q…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

JHN: Not directly but you could build a namepath string and execute it. select (execute (“$*”+selection[1].name+”*”)) The problem with tha…

16 years ago
Forum
Reply
RE: Script to select all objects with same name as current selection

You can’t use a variable in a name path, I’m afraid. If your object is “Teapot” and you’re looking for objects such as “Hello.Teapot”, “World.Teapot” …

16 years ago
Forum
Reply
RE: Oriented Bounding Box

you should be able to get the bounding box in the object’s local coordinate system using something like… nodeGetBoundingBox $ $.transform If you mak…

16 years ago
Forum
Reply
RE: help MXS read external data

should tell us the problem you get [color=Red]– Error occurred in AddKeysFromFile() — Frame: — x: OK — file: “c:\3dsmax11\scripts\feh.txt”…

16 years ago
Forum
Page 24 / 94