mr3dguy
@mr3dguy
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 6
Reply
RE: Unable to convert: undefined to type: Integer

The problem is both c and step are 0. If you try to divide anything by 0 it will return the value “undefined”. replacing d = int (c/step) with d = …

15 years ago
Forum
Reply
RE: Trouble with infinate / indeterminate floats.

Update: Fixed the infinate number bug. It works how its meant to. Also added a progress bar. I put If statements to check for zeros which means it…

20 years ago
Forum
Reply
RE: Trouble with infinate / indeterminate floats.

Feel free to have a look at the source. Please remember this is copyright, If you modify it for your personal use please post back here so others c…

20 years ago
Forum
Reply
RE: Trouble with infinate / indeterminate floats.

It all clicked with me today. Of course it would return an infinate number. Not sure whether to test for intermediate results of 0 and replace with so…

20 years ago
Forum
Reply
20 years ago
Forum
Topic
Forum
Replies: 7
Views: 24
Reply
RE: First Person Camera?

I’m also trying to create a 1st person camera set up in max script. I am very new to maxscript. I had an idea that I could use max’s motion capture c…

20 years ago
Forum