Awesome man... I gotta show ppl at work. :D Also, thanks for bring up the UserScripts stuff. I was going to setup my MZP to do that, then decided not to, but now I switched it to UserScripts/Macros/Icons. :)
Pjanssen, It seems that updating the Outlliner uninstalls the Workflow tools. Another feature I would like to see is an option to install to the 3D Max folder instead of the UserScript folders. At work we work on several projects, and each project re-assigns the UserScript/Macro/Startup folders. I understand if it's not…
Pjanssen: Use the userScripts folder instead of the scripts folder. you can access that folder in Maxscript using:pathConfig.GetDir #userScripts it behaves the same as the scripts folder but was added after Microsoft asked devs to avoid admin privileges and use the user folders for that kind of stuff. There are other user…
I've updated the Outliner to version 2.1.3:* [Feature] Issue 51, Added user color scheme file to userscripts directory.* [Enhancement] Issue 54, added "show frozen in gray" to contextmenu.* [Enhancement] Added "Set focus to search field on open" option.* [Bugfix] Issue 53, 3DConnexion camera causes flickering.* [Bugfix]…
Following the suggestion from renderhjs, I've updated the installer (v2.0.3). All script files are now copied to the userscript folders, so you will no longer need admin rights to install the Outliner. Uninstalling versions prior to 2.0.3 will still require administrator rights, but after this is done, it should no longer…
Noted. I'll fix that. Hmm, I think the UserScript directory is really the place to put it. What you could do is make your own build from the source though. http://code.google.com/p/outliner/source/checkout Then in /maxscript/outliner_install.ms and in /maxscript/script/core.ms you can adjust the paths. That should be…