LoneRobot
@lonerobot
New Member
Joined: Feb 14, 2024
Topics: 66 / Replies: 1075
Reply
RE: Viewport Capture

That’s how I’d do it, but maybe Mike needs a capture bigger than HD?

12 years ago
Forum
Reply
RE: Viewport Capture

Hi Mike, What is it you are trying to do with this code, get a viewport thumbnail?

12 years ago
Forum
Reply
RE: holdMaxFile or theHold.begin()

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…

12 years ago
Forum
Reply
RE: Get Dialog Position – Render Scene Dialog

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…

12 years ago
Forum
Reply
RE: mmMaxControls : 3dsmax style .NET controls

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…

12 years ago
Forum
Reply
RE: listen when a material from slot a is copied to slot b

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 …

12 years ago
Forum
Reply
RE: a discussion about a delicate matter…

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 …

12 years ago
Forum
Reply
RE: a discussion about a delicate matter…

I’ll chime in on this – I wrote this in another thread, which is my stance after many years of looking at these things.

12 years ago
Forum
Reply
RE: Calculating pos to create points

lo: Now make it recursive I just observe your war. I don’t fight in it.

12 years ago
Forum
Reply
RE: Calculating pos to create points

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…

12 years ago
Forum
Reply
RE: Calculating pos to create points

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…

12 years ago
Forum
Reply
RE: Calculating pos to create points

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 …

12 years ago
Forum
Reply
RE: Calculating pos to create points

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) …

12 years ago
Forum
Reply
RE: FBX Import – Speed

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…

12 years ago
Forum
Reply
RE: Maxscript Documentation Generator

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…

12 years ago
Forum
Page 11 / 77