it get’s the currently selected viewport. and not the camera. add this function after switching camera and changing draw mode: redrawViews() replace…
hi, Where is your script stored? could you please post the exact error message?
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[…
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
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…
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…
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…
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…
great! thank you for sharing this!
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…
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 …
ah, yes, I forgot about that one, I remember I saw that one some time ago, I’ll test and post when done. thanks!