@renderhjs: Just took a quick look and it looks like the export object and edge list paths aren't right. OBJFilePath = GetDir #export + "roadkillOBJ.obj" evaluates to "C: \Documents and Settings\User\My Documents\3dsMax\exportroadkillOBJ.obj" it should be OBJFilePath = GetDir #export + "\\roadkillOBJ.obj" which evaluates…
That's what I've started to pick up on. When I first really got into 3D and making ambitious projects, I felt like the time that it took was just "baked" into the project itself. i.e. you want to make a real-time character? well then it takes xyz amount of hours no matter what. Now I've realized that you could make a…