So is there a way to upload a ton of custom scripts as buttons on a freshly installed 3dsMax in a fast manner? I have a lot of them in my collection and there is a pain to add them manually by creating new toolbars on a fresh copy of Max. I thought about some script that grabs .mcr files from folders on my machine or cloud…
I moved your topic to the Coding section, maybe you'll get some good replies here. I found this tool over on Scriptspot, might help you http://www.scriptspot.com/3ds-max/scripts/crumena Also people have talked about organizing their scripts via the cloud, for easier porting between installs. I'll do a quick search see if I…
I created this test rollout with buttons and it automatically docks at a left side of ui. I put it in stratup scripts folder and now I'm really interested why it does not appear in ui at max start? I'm totally new to scripting so maybe I just missed some trivial stuff. macroscript DockingRolloutTest2 category:"M1Tools"…
Some info here on how people organize their scripts etc. when doing upgrades or fresh installs: https://polycount.com/discussion/72815/moving-to-the-next-version https://polycount.com/discussion/207287/workflow-manual-vs-preset
Thank you so much. On my side - I found this alternative. Not quiet what I'm looking for but very close. TheDuck. Also I'll try just to collect all my scripts in the rollout with lots of buttons that have the ability of docking on the side of UI. Docking Maxscript Rollouts.…