stuh505
@stuh505
New Member
Joined: Feb 14, 2024
Topics: 40 / Replies: 181
Reply
RE: Spacepathdeform question ???

Then i link a box to the dummy object so that i can make the box follow the dummy on the path but it does not follow the dummy??? This should work, …

19 years ago
Forum
Reply
RE: rolling cube

You could just give it a constant horizontal velocity and make the angular rotation constant as well. Then you just need a function to determine the …

19 years ago
Forum
Reply
RE: rolling cube

Well, a cube does not really roll because of it’s geometry…do you just want to imagine a sphere that circumscribes the object and have it rotate withi…

19 years ago
Forum
Reply
RE: rolling cube

The problem you have specified is really unclear. Do you want to be able to specify a path (perhaps by a spline) and then have an object follow the p…

19 years ago
Forum
Reply
RE: Free source: Sparse Matrix

I have added two additional types of sparse matrices. The first type, sparseMatrix2d, is for row/col indexing, starting at 1,1 Now I provide sparseM…

19 years ago
Forum
Topic
Forum
Replies: 3
Views: 4
Reply
RE: Integrating maxSDK or C++ applications in maxscript?

galagast: I completely agree with you. The ideal would be to have a function like fn add a b written for cpp. The maxscript addition function is wri…

19 years ago
Forum
Reply
RE: Special characters problem

Goc: Thanks stuh505 for your help. This is where the bug really shows itself. :deal: All the problematic letters actually return 63 which is the AS…

19 years ago
Forum
Reply
RE: Special characters problem

[size=2]if (bit.charAsInt someString[cntr])==144 then someString[cntr] = “E” bit.charAsInt bit.charAsHex… You can use these functions but I don’t se…

19 years ago
Forum
Reply
RE: Problems with nested try/catch and throw

The project I am working on has thousands of lines of code, and errors can occur in various places. I have found it necessary to use try/catch blocks…

19 years ago
Forum
Reply
RE: transforming doesn't seem to be working

Can you explain the $‘xxx’ notation? I can’t find anything about it in the reference

19 years ago
Forum
Reply
RE: Explosion of sphere

That is because you did not separate your arguments by a space When I compile this script I get different errors Looking over the code I can see num…

19 years ago
Forum
Reply
RE: Hit test viewport grid?

Thanks PEN, added this to my little collection of script notes

19 years ago
Forum
Reply
Forum
Reply
RE: mouseTrack() function Any one use it?

Hey Paul, I haven’t used the mouseTrack() function specifically but I did use mouse tracking in this script…it might be helpful to look at

19 years ago
Forum
Page 3 / 15