Cthulhu
@cthulhu
New Member
Joined: Feb 15, 2024
Topics: 5 / Replies: 70
Reply
RE: How to check if string is "safe"?

hmm, i don’t think you can do this in maxscript directly, but there might be some tools around which can do this and which you can start from within y…

20 years ago
Forum
Reply
RE: How to check if string is "safe"?

cool i am sure i will need this sooner or later!! about your problem with the tables and thumbnails, have you thought about using an activeX control…

20 years ago
Forum
Reply
RE: How to check if string is "safe"?

yes, this way makes more sence. i know i also have had this problem some time ago, but i just can’t remember how i solved it and in which script i did…

20 years ago
Forum
Reply
RE: How to check if string is "safe"?

you could use the filterString function, just put all characters that are not allowed into the filterpattern and you will get an array of strings, the…

20 years ago
Forum
Reply
RE: Problems with undefined functions?

hmm… what is so bad about declaring functions as globals (except that naming thing)? i always do that on larger projects so that i can share the funct…

20 years ago
Forum
Reply
RE: Problems with undefined functions?

If i am going to use a lot of functions in a script, i always declare these functions as globals at the beginning of the script, so i can use them whe…

20 years ago
Forum
Reply
RE: Get face info under the mouse cursor?

hey andreas! if you really find a way to do this, it would be great if you could post your solution!!! i also have had this problem some time ago with…

20 years ago
Forum
Reply
RE: how measure one segment of spline?

have you tried the getSegLengths() command? this should do what you want…

20 years ago
Forum
Topic
Forum
Replies: 0
Views: 9
Reply
RE: question: get bound spacewarp from psystem?

i didn’t found any way to get these information either, but you can try the following: when you create the parrays and bind the spacewarp to it, you c…

21 years ago
Forum
Reply
RE: question: <Wind>.windScale Problem!?

hmm… seems like you have found a little bug but you can work around it by using the baseobject, <wind>.baseobject.scale

21 years ago
Forum
Reply
RE: MaxScript slowing down?

add a garbage collect ( gc() ) to your script, this will clean up unused memory. you should probably put it after you deleted the geometry… and incre…

21 years ago
Forum
Reply
RE: animation playback

hmm… thx, but not exactly what i wanted… reduced to the main problem: i just want to change the animation range while max is playing back an animation…

21 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: selection list

you should use the getNodeByName() function to directly get the object. try this: on LBox selected Id do ( obj = getNodeByName( ListObjHide.LBox.item…

21 years ago
Forum
Page 3 / 5