DanLane
@danlane
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 10
Reply
RE: CAT SaveClip function problem

I got it to work and it turns out it was saving ok!

7 years ago
Forum
Topic
Forum
Replies: 1
Views: 14
Reply
RE: doubleclick dotnet button

wow, that was quick! thanks man. Cheers Dan

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: simple quistion

codeTxt = “” for x = 1 to 5 do ( codeTxt += “a” + ( i as string) + ” = undefined ” ) execute codeTxt

12 years ago
Forum
Reply
RE: destroy dialogs

Many thanks that worked, and thanks for the explanation. Originaly I did try defining the callback within an on rollout open block of code. But it did…

12 years ago
Forum
Topic
12 years ago
Forum
Replies: 2
Views: 19
Reply
RE: web browser in rollout

Thanks Denis that did the trick.

12 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Ground detection as in motionbuilder?

Maybe I was unclear, the attachments I added to my previous post are a couple max scenes of real world setups for ground detection. Is that not what y…

15 years ago
Forum
Reply
RE: Ground detection as in motionbuilder?

Check out the attachment for examples of using intersect ray in script controllers. Also if you have time here is a demo video of a max script I wrote…

15 years ago
Forum
Reply
RE: Script Controller Optimization

I think some of the speed difference comes from the lattice modifier being driven by a C++ dll which will always run quicker than a script controller …

15 years ago
Forum
Reply
RE: Undo issue any suggestions

Looks interesting, what does it do paul?

15 years ago
Forum
Reply
RE: Minds gone blank!! Simple Math question

thePos = yourObj.pos newPos = [thePos[1] + 10 , thePos[2] ,thePos[3]] –or maybe newPos = yourObj.pos + [10,0,0]

15 years ago
Forum