Weird. Well report it as a bug. I doubt anyone tested the visual maxscript editor during the beta.
.NET is all you really need. But that’s been around for several years now. The big limitation is still that you can’t cast a .net DataArray into a M…
I assumed “Object Sequence” meant an animated object being swapped out. You could use XREFs and then write a maxscript to turn on and off specific xr…
Point Cache.
DosCommand ShellLaunch and HiddenDOSCommand This is going to be a command line action not a max action. Unless you use .net somehow.
Yeah that’s why I would advocate ticks on each side of a frame if you need the ‘instantaneous’ speed at that frame. In the above scenario if you do p…
To get the exact speed you would need to find the vector for the first derivative of the transform slope for each axis. That sounds like a lot of wor…
Sounds like you want a dynamic rollout then. If you want a dynamic rollout you use the execute command and a stringstream stringvar = stringstre…
Another idea that’s a little more like what you want would be for an ini file. But a variable seems like a better alternative.
I’m looking at you like that because you forgot to delete the file afterwords.
has anyone ever figured out how to open two editors at once?
I can confirm. I can even go a step further. If you maximize your perspective neither draws.
Actually you can cast a point 3 by just taking in 3 variables. try running this in your listener: bob = box() bob.pos += (point3 3 3 3) I suspect …
I’m a big fan of try/catch in these sorts of cases. Since a classof (light target node) == geometry as well. I just throw a try/catch try(getpolyco…
It’s not for performance it’s mostly just to keep things tidy. If you have a variable that’s called “StringVar” and another script uses a variable ca…