we had this discussion recently at work because we had for years a bloated system in place for everyone to work with. The bad thing we had were to many pre defined folders that were not really used, so the new one had the following unique details:* short folder names, more close to back end dev conventions (3-4 chars if…
it can also be customized with maxscript: http://www.kxcad.net/autodesk/Autodesk_MAXScript_Reference_9/MAX_System_Directories.htm http://www.kxcad.net/autodesk/Autodesk_MAXScript_Reference_9/PathConfig_Struct.htm you can set it usingSetDir <filetype_name> <string> a full list of available directories is listed in the first…