ScriptOrganiser and Organiser[new]

56 votes
Version: 
1.2
Date Updated: 
02/11/2011


I rewrote the old scriptOrganiser from scratch, this time it is 95% pure .net  using c# with visual studio. Maintaining the old maxscript version was a pain since the script is pretty ui-heavy and very verbose code-wise in addition to  mixing the .net framework with maxscript. This time I made it less maxscript oriented so you can use it with all kinds of max related files and other files, hence the name change.. It lacks some of the features that the previous version had. If you want them back, just let me know.

Additional Info: 

New features:

  • Multiple custom root paths to build the treeview on. Smart building of the tree. (No deep recursion)
  • Max related files are opened in max now (Scenes, import etc). Other files are opened in their native programs.
  • Implemented file watch system that notifies and updates the treeview whenever outside changes are made to the root paths' files and folders.
  • No excess files. It is now only a .dll-file, a startup script and a macro script. (No custom icons or .ini files)
  • Hotbar displaying favourited files and folders
  • Widget displaying on hotbar mouseover with additional options
  • Uses the users own icons for the files.
  • Settings are saved as windows application data.
  • Optional automatic error report sending.
  • Feedback form
  • Uses the users own colors.

Note that it is pretty much untested so you can say this is kind of a beta version for the moment, but I have added an easy feedback form, so if you have any bugs or requests please let me know. I expect it to be some bugs here : )

The gui is still a bit klunky. The first picture shows the root paths option menu where you manage your paths that you want to add to the tree view.

Added "favorites" folder and  a hotbar which automatically displays the favorite files and folders, with a widget that pops up on mouse over displaying additional options:

Download

-- Old version:

Scriptorganiser is a tool for managing your scripts in a simple treeview layout, and when hidden it displays a quick access bar where you can add your favorite scripts with custom icons.

The image shows the script's layout and most of its characteristics, highlighting features such as internal drag and drop, creation of new folders and scripts, favourites folder and easy editing and running scripts right from the manager. It is easy hide-able so it wont take up too much screen estate.

The main idea behind this script is that you can just copy your script folder(with this script inside it) to any other PC and run the script once and have all your scripts ready to go in an instant. Alternatively you can copy your script folder to e.g. a dropboxfolder and use it from there and share it with others. Just run the script from you script folder and the script takes care of the setup!



Installation: Just drag this file into a max viewport or run it as a script, and an easy installer will pop up.
Download scriptOrganizer_old.mzp

The script optionally creates a startup script in\3ds Max 201x\Scripts\Startup\, and a folder named "_SO_" in the folder you choose when installing. You can access the "_SO_" folder by right clicking anywhere in the treeview and choose "Show source files". Tested and written in max 2011.

This is my first dive into the dotNet world in maxscript, so I'm sure there are some bugs laying around. Here is some of them that I know of:

  • Renaming of scripts created with the "new scripts" function will sometimes not work, that is, the scriptorganizer script will not let go of the control of the file so it can be edited. A re-run of the script will fix this issue.
  • When adding scripts to the hotbar, the favourite icons get skewed. When going to the treeview layout and back to the hotbar, the icons appear as they should.

Explanation of the GUI buttons (From left to right):
Hide: Minimizes the script organizer to the left.
Refresh view: Builds a new tree view. Useful if you have made changes to the script folder in windows while running the script.
Run: Executes the selected script, if a folder is selected then it is opened in windows. Double clicking a script/folder will do the same thing.
Edit: Edit the selected script, if a folder is selected then it is opened in windows.
Delete: Deletes the selected folder and sub folders and/or the selected script. Pressing the delete button will do the same.
Copy: Copies the selected folder and sub folders and/or the selected script.
Paste: Pastes the selected folder and sub folders and/or the selected script.
New folder: Creates a new folder inside the selected folder, if a script is selected then a new folder is created where the script is located.
New script: Creates a new script inside the selected folder, if a script is selected then a new script is created where the selected script is located.
Options Options for the script. More to be added soon.

Download old version scriptOrganizer_old.mzp

Version Requirement: 
Written and tested Max 2012. Not tested in previous versions.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
asymptote's picture

Thanks, Dock/Undock and

Thanks, Dock/Undock and resize works perfectly now, but I still get this new error message when trying to run any script.

System.MissingMethodException: Method not found: 'Boolean ManagedServices.AppSDK.LoadFile(System.String)'.
at ScriptOrganiser.FileUtilities.RunFile(FileType fileType, TreeNode node)
at System.Windows.Forms.TreeView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Maybe something wrong with my Dot Net installation?, afaik, win 7 x64 SP1 has most of the framework installed.
Can you suggest anything I might need to install to get this running.?

I'll download Max 2012 demo tonight and see if that fixes anything.

haavards's picture

Hi, great feedback! I

Hi, great feedback! I hopefully fixed the error which I think was caused by taht max2012(which I use) uses a newer and updated version of the managedservices.dll. You can now also resize the undocked window. I plan to add that the size and position of the undocked window is saved.

Redownload the script and delete /root/Scriptorganiser.dll and root/Scripts/Startup/soStartup.ms

I've only tested this with max2012 so I really don't know if it would work, so let me know :)

asymptote's picture

I'm getting same error as

I'm getting same error as crystal3d :(

I like the overall look look of this version, it's VERY smooth and slick, less cluttered,
....only one thing, I can't seem to resize the UnDocked window, I have Outliner open most of the time docked to the left of my viewport
, so would prefer to run this undocked.

Running on Max 2011 64 bit SP2 on Win 7 64 SP1.

Thanks for your efforts.

crystal3d's picture
tassel's picture

Nice. This one is

Nice. This one is fast.

Things i liked about the old one:
- Favorites
- Minimize function

Option Sugestion:
- Option to Select which files to be viewed. For example: (MS|MCR) or (ALL FILES)

Nice Jobb :)

/ Raymond

haavards's picture

I posted the new version now,

I posted the new version now, let me know if you want something added or fixed :)

asymptote's picture

Cool, then post it and let us

Cool, then post it and let us find the buuugggggssss :)
j/k...look forward to it.

haavards's picture

Actually, i have had a new

Actually, i have had a new version of this almost finished for a couple of months now. I can post it this weekend if I got time :)

asymptote's picture

Just wondering if this is

Just wondering if this is still being developed ? no updates for a while ;)

ladyluck777's picture

Oh I have to try this. I was

Oh I have to try this. I was looking for a way to collect all my scripts and make it possible to use another workstation with my collection.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.