stefan
@stefan
New Member
Joined: Feb 15, 2024
Topics: 17 / Replies: 47
Reply
RE: MAXAKey values inside list controller

Wow. U are right. Man Thank You wery much.

13 years ago
Forum
Reply
RE: MAXAKey values inside list controller

Sorry for late answer (work work) I tried it but it is not a way to get to key info (just assignet node , align and manual update) Looks like attatchm…

13 years ago
Forum
Topic
Forum
Replies: 4
Views: 22
Reply
RE: Basic Object Placer

Kickflipkid687: Nice. I just found another error, by trying to use it too fast I guess there isn’t error checking if the selected list count == 0…

13 years ago
Forum
Reply
RE: Basic Object Placer

I have updated the code now after leaving mesh area it will do nothing:blush:

13 years ago
Forum
Topic
Forum
Replies: 4
Views: 20
Reply
RE: Script loading order?

probably it is becouse the order of variables declared in the script. (look into listener for errors ) in help look for declare and assign variabels…

13 years ago
Forum
Reply
RE: get traveled Distance

Thank you very much Sir, it is exactly what I wanted and it worked fine. but why after using the code, when timeslider moves tward, my scene become …

13 years ago
Forum
Reply
RE: get traveled Distance

AA=0.0 For i = 0 to currenttime do ( A=at time (i-1) Car_CTRL.pos B=at time i Car_CTR.pos AA=AA + length (B-A) ) AA put this as script co…

13 years ago
Forum
Reply
RE: More than one object equal portions of the problem

it is for multiple objects select 3-100 objects run script and it -takes x width of objects. -subtract it from space between first and last obj select…

13 years ago
Forum
Reply
RE: More than one object equal portions of the problem

SelA=Selection as array ObjXDim=0.0 For i = 2 to (SelA.count-1) do ( ObjXDim=ObjXDim+(SelA[i].max.x-SelA[i].min.x) ) XStart=SelA[1].max.x For i = 2 t…

13 years ago
Forum
Reply
RE: More than one object equal portions of the problem

SelA=Selection as array NumA=0.0 DistanceA=100 For i = 1 to SelA.count do ( SelA[i].pos.x = NumA + DistanceA+ (SelA[i].pos.x-SelA[i].min.x) …

13 years ago
Forum
Reply
RE: Free But Encrypted

Many peoples are just using scripts. they do not look at them, they are not interested in if it is clean nice genial or encrypted. They are thankful f…

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 0
Views: 12
Topic
Forum
Replies: 1
Views: 14
Page 2 / 5