stigatle
@stigatle
New Member
Joined: Feb 14, 2024
Topics: 49 / Replies: 301
Reply
RE: grabviewport script

it get’s the currently selected viewport. and not the camera. add this function after switching camera and changing draw mode: redrawViews() replace…

14 years ago
Forum
Reply
RE: Script loading order?

hi, Where is your script stored? could you please post the exact error message?

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 19
Reply
RE: camera nearrange and farrange

got it to work by replacing these lines, from: vert_array[1] = [(w),(h),(-MAXVP_DIST)] vert_array[2] = [(-w),(h),(-MAXVP_DIST)] vert_array[…

14 years ago
Forum
Topic
Forum
Replies: 1
Views: 27
Reply
RE: HELP: windows.sendMessage and "Edit" object

when you run it you see all the parameters you can modify, the scale is there, just replace it in the sample code and you should be good to go

14 years ago
Forum
Reply
RE: HELP: windows.sendMessage and "Edit" object

which spinner is it that you try to modify? you can access them this way too: (search for ‘ObjExp : ExporterPlugin’ in 3dsmax manual) –Open the IN…

14 years ago
Forum
Reply
RE: UVWMap Modifier RealWorldMapsize

I just turned on the macro recording function in maxscript listener, then enabled\disabled the feature you wanted. It uses On\Off instead of True \ Fa…

14 years ago
Forum
Reply
RE: scripted plugin – possible?

Yes it’s fully possible. demands some work, but there is examples in the maxscript manual that should get you going. “scripted geometry” in the help f…

14 years ago
Forum
Reply
RE: Shape Scripted Plugin

I got a error when running it, so I modified it a little bit. I also did some changes to the clicking code. Click and hold, drag to second point, the…

14 years ago
Forum
Reply
14 years ago
Forum
Reply
RE: docking any window to perspective view – maxscript

dynamically compiled assembly – I’m not exactly sure how that works, but it sounds good, since one does not have to depend on someone elses closed sou…

14 years ago
Forum
Reply
RE: docking any window to perspective view – maxscript

it’s a bit buggy, but I think this will do the job. I’ll do some more testing and implementation with this one. also this uses a dll, is it possible …

14 years ago
Forum
Reply
RE: docking any window to perspective view – maxscript

ah, yes, I forgot about that one, I remember I saw that one some time ago, I’ll test and post when done. thanks!

14 years ago
Forum
Topic
Forum
Replies: 12
Views: 78
Page 16 / 24