That’s how I’d do it, but maybe Mike needs a capture bigger than HD?
Hi Mike, What is it you are trying to do with this code, get a viewport thumbnail?
You are confusing two systems. The hold is a series of maxscript commands that provide the ability to control how the undo buffer holds information. H…
or look at my script. Its pretty simple once you’ve registered the windowrect class. The only other way of getting anything to do with the render dial…
Hey Tim, It’s called managedservices.dll. It has a few useful things in there to bind custom dotnet to max, including sending maxscript queries direc…
try2script: then is it possible to listen the action of applying a material to selected object? For example, I want to make smth when you press btn …
Custom icons I agree, but Visual Studio has an image library included that is reportedly unrestricted to use. There may be caveats to this but surely …
I’ll chime in on this – I wrote this in another thread, which is my stance after many years of looking at these things.
lo: Now make it recursive I just observe your war. I don’t fight in it.
no solution here, but its fun to make pretty patterns with math delete objects dist = 40 mdist = 10 m = 45 for i = m to 360 by m do ( p = sphere pos…
here’s an extra snippet for you to mull over – Since the cosine of an angle is the x projection on a circle with a radius of 1, and the sin the y pro…
yes, that’s correct. You are multiplying a normalized vector, so the point will be located at the exact distance you specify from the origin, whether …
are you not overcomplicating it John? surely you just need to normalize the column position vector and multiply it by the distance (plus an offset) …
Hello Mikkel, How many times a day is this script going to be run? If the answer is not many, the efficiency from having the script compared to not h…
ok Klass, Here is an example of something I would use regex for. I want everyone to use the same structure for naming maxfiles in a pipeline. In some…