Wow. U are right. Man Thank You wery much.
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…
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…
I have updated the code now after leaving mesh area it will do nothing:blush:
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…
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 …
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…
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…
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…
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) …
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…