Hey everyone! I just got into scripting a couple of days ago and I want to start tracking my progress and potentially get some pointers and some feedback from more advanced scripters. I'm still very new and my stuff is super simple, so don't get your hopes up for anything awesome. Here's the first script that I made. I got…
If you are using Max 2008, you can assign the following macro to whatever perspective is set to (p probably): viewport.settype #view_persp_user viewport.setfov 90
Ran it and got screenshots. Didnt change much besides path names. This is on 2015. What version are you running it on? EDIT: Spoke too soon. Looks like it replaces the exisiting screen. EDIT2: Got it to work. Just put viewport.setType #view_persp_user after the load. Guessing the viewport is not yet initialized? Was always…
That script in that post isn't fully functional. I've taken a different approach by waiting until the view is done orbiting and then convert the viewport. The only issue is that this effectively blocks Orthographic view, but that's not hard to figure out if needed. --CONVERTS USER VEW INTO…