coren
@coren
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 20
Reply
RE: Checking an array for multiple occurences?

try this: vetOriginal=#(2,3,6,4,2,3,5,2,5,6,5) vetTemp=deepCopy vetOriginal sort vetTemp i=vetTemp.count while i>=1 do ( pos=findItem vetTemp …

16 years ago
Forum
Reply
RE: Maxscript editor tip/tutorial

you must edit the MXS_Editor.properties file. To do this choose the option ‘open global option file’ from the tool menu. Search the line ‘# User defin…

16 years ago
Forum
Reply
RE: strange error using some sweep parameters

nice trick! It’s faster for heavy scenes. Thanks to everybody! cheers

17 years ago
Forum
Reply
17 years ago
Forum
Topic
Forum
Replies: 4
Views: 18
Reply
RE: batch import

glad to be helpfull!!!

17 years ago
Forum
Reply
RE: batch import

some time ago I created this little script that import every file with the given suffix and inside a choosen folder.(sorry for my english) Hope it wil…

17 years ago
Forum
Reply
RE: Disable Selection ?

try this example tool MouseTester ( on mousePoint clickno do ( format”point:% “clickno ) on mouseMove clickno do ( format”move:% “clickno…

17 years ago
Forum
Topic
Page 2 / 2