Comvert your 0.0 to 1.0 lengthParam value to pathParam value through maxscript command ‘lengthToParam’ (or something similar, I’m not with my PC). Thi…
From MaxScript Help: refineSegment <spline_index_integer> <seg_index_integer> <seg_interp_param_float> “Adds a new knot to the inde…
It is a great discovery and completely undoes the previous logic. Congratulations!
Just put your code inside the ‘if’ block and set the global inside.
Come on! You are very close! Think a little more and you’ll get it.
It seems it’s not a maxscript problem but an imagination problem. DenisT gave you the clue. In a.ms Global gtafan_scriptALoaded = true In both b and …
This is the only link I have. It’s for node’s callbacks, but perhaps it can help you: 3dsmaxnet.logdown.com events, notification…
I mean that you can’t.
Your bezier curve is just a second degree parabola. You can get its equation using P1, P3 and ‘thebizPt’ (the same one as using P1, P2 and P3). But to…
A Controller is an animatable, thus you can pass its ‘HandleByAnim’ to you C# method. In C# you can retreive it: IControl myCtrl = (IControl)global.An…
The strings for the parameters block are not encoded correctly, so in your UI you will see instead of your parameter name for example “width” you will…
Yes, you can create a Controller plugin with the NET.SDK, but it’s a pain in the ass. The names in the UI won’t look fine and possibly you will need d…
Perhaps some trick, but you should explain what you are controlling and what should happen when changed.
Don’t give up! You just have to answer it an it desapears. Then, the problem is for the other one!