Here is a better – more explained version of the script thingy… I will check your code in a sec.
Okay Omar, did a little DVD for your chronicles… lol. Check it out… I have an object (rectangle) It has a edit spline modifier (that I made a check…
Actually… That worked perfectly… For those who will use this for reference, put a on yourRoll open do function() inside the rollout… Works great.
How do you normally check the state of an item within the UI with a rollout? Thanks for the sugguestion though… I don’t think i tried the on open on…
For the most part, if you just open the maxscript listener (F11) & enable it with the right settings, then do your action, it should show up… You …
If you know the distance, or make it real-life, then you can take the linear velocity and equate it to the angular rotations and have an xform on the …
Cool Thanks… I will give it a shot
I already have it :). I was just looking at your script and I was wondering if you used more and more functions to add the keys to the time line. Ba…
This is just brainstorming ,but you can select 3 keys and compare the middle key to the end keys and if they are the same, have it terminated. Then h…
can’t I do something like: $Sphere01.diffuse = 255 0 0 then have an increment like val1 = 255 val2 = 0 val3 = 0 then add 1 every time the slider m…