•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• VERSION 1.5

•••ScriptRun is a free maxscript tool that allow you to easy search through your script collections inside different directories, run selected script, open in the MaxScriptEditor if you need to make some changes or make the favorites list for latter use.
Also there is a quickRun method for the "Last Used Script"
Script
ScriptRun
By barigazy · Credited author: Branko Živković · 2012-10-01
- Version
- 1.5
- Version requirement
- 2010+
- Date updated
- 2012-10-12
- Votes
- 24
Description
Additional Info

Attachments
- script_run_manual.pdf — script_run_manual.pdf120 KB
- bga_scriptrun_v1.0.ms — bga_scriptrun_v1.0.ms34 KB
- bga_scriptrun_v1.1.ms — bga_scriptrun_v1.1.ms34 KB
- bga_scriptrun_v1.2.ms — bga_scriptrun_v1.2.ms34 KB
- bga_scriptrun_v1.5.ms — bga_scriptrun_v1.5.ms33 KB
Tags: search tool edit
Comments (68)
Nice Script
Soboleony · 2020-07-12
Hi!
Please, can you fix the scale for 4K monitor (28 inсh)?
Attachments
- clipboard01.jpg — clipboard01.jpg20 KB
script list
old man · 2019-12-09
like, suborn scripts list clean and nice category list we can find the (mcr )scripts easily .
Want to give a thanks!!
ratatouille · 2019-10-07
This has now become one of my everyday script :)
here it is.
ratatouille · 2019-08-30
i want to press ` key instead of * key in keyboard to find favourite scripts.
Attachments
- 2019-08-30_19-11-40.jpg — 2019-08-30_19-11-40.jpg30 KB
ratatouille · 2019-08-30
Perfect. useful.
Can i use "`" key instead of "*" key?
Because * key located in a long distance from fingers.
in all 7 loaction i replaced "*" with "`" but doesn't work.
.
miauu · 2019-08-30
Do you mean instead of thie
*.msto use this:
`.ms?
The * is used by regEx and you can't replace it directly with any other sign. You have to edit the script so when you enter `.ms the script to converts it to *.ms.
bug
jsrocha · 2019-08-21
Hi Barigazy, i´m having a problem using this script, i get this error when running the script - http://prntscr.com/ovkqkm
I´m using max 2019. The funny thing is that at the office the script works (win 7), the problem is in my home office (win 10). But i tried the script in other win 10 and it worked also.
Thanks man,
Jsrocha
.
miauu · 2019-08-22
Barigazy will solve the problem but to make the process easy, please post what is printed in the maxscript listener when the error occrus.
Also, you can check the dotnet versions in your PC and in oter PCs where the script works.
.
Haider of Sweden · 2018-05-24
I meant that the fp_0-path should be $UserScripts, not the path to the XML :)
The other path, ie fp_1, fp_2 etc can be added manually anyway.
Reason is that I sync my scripts and the XML files through Dropbox and dropbox is located in different path in different computer and it ends up with an error, because the XML saves absolut path.
.
Haider of Sweden · 2017-02-09
Got the answer from the person who was behind that picture. Apparently it was positioned over a blank space.
Question is if it would be possible to add this into a toolbar for real, or inside the Ribbon.
Plus, the previous request still stands :)
barigazy · 2017-02-10
Hi Haider,
i did'nt find the way to integrate .net form with toolbar or ribbon.
For the 2nd question about $userscript dir, you mean use this path by default?
.
Haider of Sweden · 2017-02-10
Thanks for replying.
As for the $UserPath question; I wouldn't mind having it as default. Often, scripts relate to $UserPath one way or the other.
In my case, I have absolute different path as $userPath at home and at work. That is how the user account is constructed in windows and such.
If we would use $userPath, the problem would be eliminated.
For everyone who wants to add custom path, one can add them anyway, right?
... update 1.5
barigazy · 2017-02-10
Now Add Remove Favorites button works in RC Menu.
$UserScripts is now default path. Or U can manually edit srSettings.xml in the same directory.
feature request + question
Haider of Sweden · 2017-01-22
Hi!
Feature request: add ability to use $userScript as path. Currently, I have synced my settings so I work on two computers and each of them uses a different absolute path.
Using $userScript would make me be able to use ScriptRun on both setups. Otherwise it ends up with an error when I try to run the script on the computer with the other path than the one set up.
Question: How do I use this as a toolbar? Like this: 
Cool news
asymptote · 2016-01-02
...no worries and no rush, I can move it manually on each launch.
I'll clean out and reinstall it when i get some free time, may have broken something with my clumsy efforts to make a light colour scheme for it :)
If it's a windows permission issue, forget it ..I can't be arsed bumbling about with all that nerdy stuff ;)
asymptote · 2015-12-20
"I prepare new update for max2014-15. Some stuffs are changed till max2012.
Stay tuned ;)"
Is this still happening ? I have no issues with the script other than it opening in the wrong location when using 2 monitors, but was wondering if there's still an update in the works.
barigazy · 2015-12-20
Hey Asymptote how are you?
Probably when I have some free time ;).
But I will consider your request first for new update(two monitors support).
Sorry but I'm very busy last few months
Michele71 · 2015-01-19
Nice script barigazy !!! very very helpful :) +1!
Wildcards
3dwannab · 2015-01-17
+1 for this script.
Would you be able to incorporate wildcards.
* will get all scripts or *.mcr will find mcr only.
Also would an option be available for not allowing subfolder searching be possible?
Right clicking to add (Shift+Enter works) a script to favourites does not work in max 2015 or does this need to be done manually in the xml file?.
Thanks for this great script.
barigazy · 2015-01-18
I prepare new update for max2014-15. Some stuffs are changed till max2012.
Stay tuned ;)
Thanks very much.
3dwannab · 2015-01-18
I don't know if this would be something that could be useful?
Lets say I have a script in a folder and a screenshot .jpg with the same name also. Like below:
Materials - Uniquematerialids V1 Bertrand Benoit.ms
Materials - Uniquematerialids V1 Bertrand Benoit.jpg
And when you hoover over the script a little thumbnail of the .jpg appears. Would this be something that's easy enough implemented.
barigazy · 2015-01-18
Nope. Even small tooltips slows down any tool. Main point here is fast searching and access to selected script.
To be honest I've already added too many unnecessary features which is very difficult to optimize ei. fix to work with newer Max versions.
Beside Max there is Win8.1 optimization. So ... I do not expect that this will be "piece of cake" :)
Alright I understand :)
3dwannab · 2015-01-19
The script is coming back with an error for JIT (.NET)
This happens when I type something in and then hit escape.
See Details of error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
at MXS_dotNet.DotNetObjectWrapper.RunEventHandlers(DotNetObjectWrapper* , Value* target, Value* eventName, Array* handlers, Object[] delegateArgsArray)
at MXS_dotNet.DotNetObjectWrapper.ProcessEvent(DotNetObjectWrapper* , String eventName, Object delegateArgs)
at MXS_dotNet.DotNetObjectManaged.delegate_proxy_type.ProcessEvent(String eventName, Object delegateArgs)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
3dsmax
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/3dsmax.exe
----------------------------------------
AssemblyLoader
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/AssemblyLoader.DLL
----------------------------------------
CSharpUtilities
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/CSharpUtilities.DLL
----------------------------------------
ManagedServices
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/ManagedServices.DLL
----------------------------------------
UiViewModels
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/UiViewModels.DLL
----------------------------------------
PresentationFramework
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
PresentationCore
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Xaml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
Autodesk.Max.Wrappers
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/Autodesk.Max.Wrappers.dll
----------------------------------------
Autodesk.Max.StateSets
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/Autodesk.Max.StateSets.dll
----------------------------------------
DaylightSimulation
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/DaylightSimulation.dll
----------------------------------------
FPMaxWpfContent
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/FPMaxWpfContent.dll
----------------------------------------
ManagedBootstrap
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/ManagedBootstrap.dll
----------------------------------------
ManagedNetworkUtilities
Assembly Version: 1.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/ManagedNetworkUtilities.dll
----------------------------------------
MaterialExplorerView
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/MaterialExplorerView.dll
----------------------------------------
MaxWpfContent
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/MaxWpfContent.dll
----------------------------------------
mixamo_assembly
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/mixamo_assembly.dll
----------------------------------------
SceneExplorerView
Assembly Version: 1.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/SceneExplorerView.dll
----------------------------------------
Sunlight
Assembly Version: 1.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/Sunlight.dll
----------------------------------------
Autodesk.Max
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/Autodesk.Max.DLL
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.JScript
Assembly Version: 10.0.0.0
Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.JScript/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.JScript.dll
----------------------------------------
4mg5hsjr
Assembly Version: 0.0.0.0
Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.JScript/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.JScript.dll
----------------------------------------
4mg5hsjr
Assembly Version: 0.0.0.0
Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.JScript/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.JScript.dll
----------------------------------------
SceneExplorer
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/SceneExplorer.DLL
----------------------------------------
ExplorerFramework
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/ExplorerFramework.DLL
----------------------------------------
WPFCustomControls
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/WPFCustomControls.DLL
----------------------------------------
DevExpress.XtraTreeList.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.10307
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/DevExpress.XtraTreeList.v10.1.DLL
----------------------------------------
AdWindows
Assembly Version: 5.2.8.100
Win32 Version: 5.2.8.100
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/AdWindows.DLL
----------------------------------------
ExplorerManagement
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/ExplorerManagement.DLL
----------------------------------------
MaxCustomControls
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/MaxCustomControls.DLL
----------------------------------------
DevExpress.XtraEditors.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.10307
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/DevExpress.XtraEditors.v10.1.DLL
----------------------------------------
DevExpress.Utils.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.10307
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/DevExpress.Utils.v10.1.DLL
----------------------------------------
MaxMaterialBindings
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/MaxMaterialBindings.DLL
----------------------------------------
DevExpress.Data.v10.1
Assembly Version: 10.1.7.0
Win32 Version: 10.1.7.10307
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/DevExpress.Data.v10.1.DLL
----------------------------------------
MaxExplorerBindings
Assembly Version: 0.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/MaxExplorerBindings.DLL
----------------------------------------
System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
CoreManagedUiControls
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/CoreManagedUiControls.DLL
----------------------------------------
MaxSerialization
Assembly Version: 17.0.630.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/MaxSerialization.DLL
----------------------------------------
mxsdotNet
Assembly Version: 1.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/bin/assemblies/mxsdotNet.dlx
----------------------------------------
PresentationFramework.Aero
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll
----------------------------------------
PresentationUI
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll
----------------------------------------
PresentationFramework-SystemCore
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll
----------------------------------------
Microsoft.Expression.Interactions
Assembly Version: 4.0.0.0
Win32 Version: 2.0.20525.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/Microsoft.Expression.Interactions.DLL
----------------------------------------
WindowsFormsIntegration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
----------------------------------------
AdApplicationFrame
Assembly Version: 0.0.0.0
Win32 Version: 5.2.8.100
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/AdApplicationFrame.DLL
----------------------------------------
PresentationFramework-SystemXml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
PresentationFramework-SystemData
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll
----------------------------------------
UIAutomationTypes
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
ATSVault10
Assembly Version: 1.0.0.0
Win32 Version: 17.0.630.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/stdplugs/AssetTracking/ATSVault10.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
pgmgijnq
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
osvnjzle
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
Autodesk.DataManagement.Client.Framework.Vault
Assembly Version: 19.0.0.0
Win32 Version: 19.0.45.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/Autodesk.DataManagement.Client.Framework.Vault.DLL
----------------------------------------
Autodesk.Connectivity.WebServices
Assembly Version: 19.0.0.0
Win32 Version: 19.0.45.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/Autodesk.Connectivity.WebServices.DLL
----------------------------------------
Microsoft.Web.Services3
Assembly Version: 3.0.0.0
Win32 Version: 3.0.5305.0
CodeBase: file:///C:/Program%20Files/Autodesk/3ds%20Max%202015/Microsoft.Web.Services3.DLL
----------------------------------------
System.Web.Services
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
Do you know if this is an error with the script or .NET?
barigazy · 2015-01-19
I told U :) Of course .NET.
AD has changed some assemblies in max2015.
I'm not programmer and this is not easy task for me.
No Problem,
3dwannab · 2015-01-19
Thanks. I'll keep an eye out here for an update then. Love the script.
Different error
3dwannab · 2015-04-28
Now I'm getting:
-- Unknown property: 'locX' in undefined.
Not sure. Tried downloading a fresh version of the script but same still happening.
barigazy · 2015-04-29
Remove srSettings,xml file in
"C:\Users\XXX\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\scripts\srSettings.xml" and run it again
Easy to fix the xml file...
3dwannab · 2015-04-30
I had changed a foldername relating to the script. All I had to do was correct that. Sorry to bother you.
Unknown property: 'locX' in undefined.
jefim · 2020-04-27
Hi. I have the same problem what exacly did you change, and where ??
Max 2015 error...
asymptote · 2014-11-06
I just tried running this in Max 2015 and got this error...
-- Runtime error: Cannot resolve type: maxCustomControls.win32HandleWrapper <<
easy to fix ? using your script I don't need to organize my script folders, they are a mess, but with your script I find what I want muuuuch quicker ;)
tia
... version 1.2 - max2015 support
barigazy · 2014-11-06
hey asymptote,
I assumed you'd be the first to ask for this fix.
;)
asymptote · 2014-11-06
I've been holding back for weeks ;)

Many thanks.
.
Haider of Sweden · 2014-03-13
*bump* regarding the other question I had before:
"...make your script bypass (ignore) the macroscript header and run the script inside it"
What do you think of such a feature?
thanks
jefim · 2014-03-12
I have deleted srSettings.xml , install S.R. again. It helped. Thanks.
I agree with Haider: "MOST BEAUTIFUL of all the Script Runners/Navigators/Browsers I have ever seen :)"
:)
barigazy · 2014-03-12
Thanks ;)
I think that sometime Win not allow editing of xml file. Anyway you are found workaround.
little problem
jefim · 2014-03-11
barigazy · 2014-03-11
Probably your UAC is on. This script read the stored screen coordinates from XML file. Also tool is not tested if you use two monitors.
I don't know maybe I'm wrong. Can you explain the problem?
.
Haider of Sweden · 2014-03-09
I can reply to my own question. :)
I made a dummy .mcr with the macroScript header and such. Picking an .mcr is equal to running an .mcr.
With that said, what do you think of modifying the behaviour and make your script bypass (ignore) the macroscript header and run the script inside it?
What do you think about that?
.
Haider of Sweden · 2014-03-08
Now I finally had the time to look at the script. It was a little tricky at first, but then I got the hang of it.
I must say, this is the MOST BEAUTIFUL of all the Script Runners/Navigators/Browsers I have ever seen :)
Well done Branko!
- A short question. If I tick MCR, will it ignore the >macroScript Name...< part? or will it run the complete MCR
barigazy · 2014-03-08
Don't use macro for this. Just put *.ms in startup folder and place this by info center.
BTW thanks for the kind words :)
thaaanks!
harumscarum · 2013-04-29
great script! is it possible to add two more settings:
1 - single click to run script
2 - clear search query as soon as choosen script run
regards
viktor
@harumscarum
barigazy · 2013-04-29
I already make a lot choises for the users: by pressing Enter (Return) you will run the script and clear search query.
I left mouse click events if someone want to run multiple script without clearing the list.
Excellent
Sen · 2013-04-24
Thank for this great script
asymptote · 2013-04-23
I just figured out whats happening, if I edit the xml outside of Max using notepad++ it's fine, but if I open and close the settings (middle mouse)in Max, it resets to x-2 y-70.
EDIT: My bad, I was using the early version of the script, switched to 1.1 and all is fine now.
barigazy · 2013-04-28
@asymptote
I'm glad that you solved the problem
@Sen
Thanks for the comment
asymptote · 2013-04-23
Any idea why the position might keep resetting itself ?
When I restart Max it resets to x-7 y-20.
thx
btw is there a light scheme available for this ?
Light color scheme , no :)I
barigazy · 2013-04-23
Light color scheme , no :)
I did not tested the script on dual monitors and over the network.
Also if you use Win8 then u need to check security settings of Autodesk folder to allow writing new info to XML file. At least you can open XML file any text editor and
change location numbers (example 590 and 10)
590
10
jinj · 2012-12-22
the script is very nice... suggestions.
i get used to subdivide the scripts in subfolders like animations, materials, cams... and so on.
it is really hard to remember all the names... so putting everything inside subfolders let me have the overview and chose the rightone without to forget about the most useful rarely used.
well, what about the option to display scripts from subfolders?
to type s^+ani(for animation)and see all the script inside...
barigazy · 2012-12-22
Nice suggestion. I will consider it to be in the next version.
Cheers!
Hi barigazy!
TitusLVR · 2012-10-31
It's a very helpful script - good job.
But i have an idea, can you add one feature - show all scripts in user/custom folder, because it's hard to remember all names of the scripts and the first letters of these scritps.
Many thanx :)
Thanks!
amartinez1660 · 2012-10-19
Amaaaazing script...
using it everyday, the favorites feature is of the hook. Loving it. Prefering it even more than MacroScripts on a toolbar.
Could it be possible to add "multiselect" and "multirun"? Sometimes I find myself clicking through several scripts at a time.
barigazy · 2012-10-20
For that is the version 1.0. Search list remains open so you can browse and run or even edit more scripts without going and searching all over again.When you finish just press "Escape" key to collapse the list.
I prefere using this method because "multiselect" option sometime
can cause some problem with other script operations.
BTW, good idea and i'm glad that you like the script.
favorites
bronius · 2012-10-17
Very usable script. But I don't understand why on my home computer (Win7, x64, MAX 2012 Design & MAX 2013 Design) script can't remember favorites. On work computer there are no problems (same data).. Example: I pick any script, do SHIFT+ENTER for favorite, type "*" - script presents in favorites. I close "ScriptRun", run it again, type "*" - there are empty list.. Any suggestion?
barigazy · 2012-10-18
I don't what is the problem for that.For me works fine in max2012-13 x64 on Win7. Maybe script not work with network drives.
Also always close srSetings.xml if open already in mxsEditor.
Try this:
Open srSetings.xml, by press "Edit Settings" in options section, in in mxsEditor and add favorite paths manually.
Save and Close. Then press "Reload settings". Tell me than is this fix anithing or you have same problem
Thanx
bronius · 2012-10-20
Ok, I'll try
not helps
bronius · 2012-10-21
I manually saved srSettings.xml file: http://imgur.com/jABcR
Closed it and reloaded but there are no script in favorites: http://imgur.com/ffXWJ
barigazy · 2012-10-21
Hi bronius
i send you a mail. Try this fix and tell me it is working now.
barigazy · 2012-10-09
I make small changes in the script behavior (auto collaps when listed script run).
If you have other requests please let me know.
Cheers!
barigazy · 2012-10-09
I make small changes (auto collaps when listed script run) in the script behavior. If you have other requests please let me know.
Cheers!
asymptote · 2012-10-09
np barigazy , i envy your coding skills, but am grateful you are here and doing it all for free (oldschool). kudos.
Is it possible for the drop down window to disappear after I launch a script ?
currently I have to select it again and hit esc.
thx
barigazy · 2012-10-09
I add that option later.
Current behavior is convenient when you want to run or open
more then one script.
asymptote · 2012-10-05
I want Autodesk to leave Max alone and just let you write the scripts for us.
They are slowly killing Max, you are bringing it back to life with little gems like this, a joy to use, this is like Active Type on steroids :)
I have it right where that useless Info Center used to be, finally that space is of use :)
Superb script....many thanks.
barigazy · 2012-10-05
Thank you for your kind words and comment,asymptote.
And yes, ActiveType tool is unique tool with unique functionality, but this tool is a step forward. I was thinking recently if ScriptRun and ActiveType "share the same roof" then that prototype be surely become more powerful than Shift-C command in C4D http://vimeo.com/49187251#
Who knows, maybe one day.
Cheers!
Very nice design
crystal3d · 2012-10-05
It looks very fast and good but can it search on other directories aswell?eg. d:\scripts?
You can choose any directory
barigazy · 2012-10-05
You can choose any (multiple) directory on the hardDrive.
Thx
postite · 2012-10-05
Nice piece of script !
Useful script
Andriano · 2012-10-02
Super! Thanks, exactly what I needed. A useful script
barigazy · 2012-10-02
Glad you like it, my friend!