Raytracer05
@raytracer05
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 177
Reply
RE: array sort objects by position

The script above does what you asked for originally, it deletes all objects that have identical xyz coordinates. If you want to leave one object in e…

13 years ago
Forum
Reply
RE: Telnet <-> MaxScript

Very cool! It works here with Max 2012. Also tried it from an iPad but the connection was refused, although that could be our network security set…

13 years ago
Forum
Reply
13 years ago
Forum
Reply
RE: macro recorder

It sounds like you have turned the MacroRecorder off by mistake. To turn the it back on first open the MAXscript listener. Then from the the MacroRec…

13 years ago
Forum
Reply
RE: Dropdownlist/spinner help

You have been busy… Sorry I didn’t realise this about addModifier(). I’m on Max 2012 so we are using different versions of max. I get an error if I…

13 years ago
Forum
Reply
RE: Dropdownlist/spinner help

I get an error when I run the script you posted above. The one below works for me and it also checks whether the selection is an editable mesh before…

13 years ago
Forum
Reply
RE: Dropdownlist/spinner help

I had a look at the rest of your code over lunch. try (destroydialog ddl_test) catch() rollout ddl_test “Per-Pixel Material Tool” ( — ———–…

13 years ago
Forum
Reply
RE: Dropdownlist/spinner help

Sorry I didn’t test the rest of your code as I wasn’t sure how it was supposed to work. All I did was get the selection from the dropdown and convert …

13 years ago
Forum
Reply
RE: Dropdownlist/spinner help

Do you mean like this? rollout ddl_test “Per-Pixel Material Tool” ( — ————————————- dropdownlist ddl_width “Width” items…

13 years ago
Forum
Reply
RE: UVWMap Modifier RealWorldMapsize

You could also try unchecking ‘Use Real-World Texture Coordinates’ on the general tab in Max’s preferences before you run the script. I don’t know whe…

13 years ago
Forum
Reply
RE: MergeXRefItemsIntoScene broken in 2011?

objXRefMgr.MergeXRefItemsIntoScene selection returns true but the selection is still an XRef object. Max 2012 Design 64 bit.

13 years ago
Forum
Reply
RE: max 2012 visibility property bug

I thought it could only be set to true or false unless a controller is assigned. (Maybe 0 or 1 works as well) Try for o in objList do ( o.visibilit…

13 years ago
Forum
Reply
RE: max 2012 visibility property bug

It seems to work ok here. Are you assigning a controller to the visibility track before changing it’s value?

13 years ago
Forum
Reply
RE: Why the script can't Correctly run ?

( try (destroyDialog change_wirecolor) catch () –global change_wirecolor fn yansegj = ( if selection.count == 1 do ( if (classof $.materia…

13 years ago
Forum
Reply
RE: Applying materials.

There are some things you can’t do in maxscript and I think assigning texturemaps to the slots of a raytrace map is one of them. Sorry I don’t know o…

13 years ago
Forum
Page 11 / 13