Klaas Nienhuis
Klaas Nienhuis, a 3d-generalist, projectmanager, programmer and a guy who figures stuff out.
Twitter updates
- Just been called by "Microsoft service centre". A #scam which tries to get to your creditcard by phone! Hang up on these people. 14 hours ago.
- RT @scriptspot: WhatsMyName: WhatsMyName renames objects by picking a name from a list. You can create these… http://t.co/uzJubwEh 21 hours ago.
- If you like #lego then you'll probably love #thebricktestament http://t.co/s0yEQuPW @overheardatmoo 21 hours ago.
- RT @EUE2012: next speaker; Michael McCarthy up for some magic with #V-Ray and #Phoenix FD and more as he is behind the #3dsMax state set ... 22 hours ago.
- #3dsmax #maxscript RT @scriptspot WhatsMyName renames objects by picking a name from a list. You can create these… http://t.co/035aHl0b 2 days ago.
- Yeah, use @prezi instead. RT @HazardousSparks anyone have a good way to jazz up powerpoint ? 2 days ago.
- @KomKids_Schakel @ciszkowski geniet van de traktatie! Er is genoeg voor de stijgers en de apen. #clara2jaar 2 days ago.
- RT @ciszkowski: 'Herrie in de keuken' met dank aan @joostgoeree. Jij weet wat vrouwen willen!... http://t.co/AJ9JRsVz 3 days ago.
Article archive
- February 2012 (9)
- January 2012 (3)
- December 2011 (4)
- November 2011 (4)
- October 2011 (4)
- September 2011 (4)
- August 2011 (3)
- July 2011 (1)
- June 2011 (1)
- March 2011 (2)
- February 2011 (3)
- December 2010 (2)
- November 2010 (1)
- September 2010 (8)
- August 2010 (1)
- July 2010 (3)
- June 2010 (2)
- April 2010 (1)
- March 2010 (1)
- February 2010 (1)
- January 2010 (2)
- November 2009 (2)
- May 2009 (1)
- October 2008 (2)
- September 2008 (1)
maxscript help for 3dsMax 2012
EDIT: there’s a more elegant solution. Read about it here on my blog.
The maxscript help for 3dsMax 2012 has gone online. By default, 3dsMax doesn’t ship with a local help for mascript and for the main program. When pressing the F1 key, your browser opens and finds the help online. This has its advantages and disadvantages. A big disadvantage is that you need an internet-connection, and if you have one, it needs to be fast. For many people this is a reason to download the help-files and use the local version instead.
You can find downloadable documentation maxscript on the site of Autodesk.
It’s very convenient to just press the F1 key to get help. For the normal help, you can replace the online helpfile with your local helpfile and keep the F1 key.
The normal help can be replaced with a local version by default
For the maxscript help, there’s no such option. So: how do you conveniently get help within maxscript with a local helpfile without too many mouseclicks? There are a few options out there, such as the macroscript by Fajar on scriptspot. You could also set up the remote help within its own web-app with a program such as mozilla prism. You’d still require an internet connection, but you could give the maxscript help its own icon on your desktop.
My method uses the default methods available in the maxscript editor. You can add your own keyboard shortcuts for some actions in the scintilla editor. One of these actions opens a predefined file: the scintilla helpfile.
Open the User Options
Add the text to the options-file to create the shortcut
Max complains that the help-file isn't there
To use the new shortcut, you need to restart max. This scintilla help-file isn’t actually there, so you get an error-message when trying to invoke that action by using the shortcut. You can however put your own local maxscript help in that same location and fool scintilla a bit. Download the maxscript reference to the following location: “C:\Program Files\Autodesk\3ds Max Design 2012\help”. Rename the index.html to SciTEDoc.html. This will fool the editor in opening the file of your choosing. The F1 key still invokes the online help, but you can use another key combination. I use Ctrl+F1.
Normally the helpfile would search for the selected word when invoking the help. This doesn’t work when using the suggested system. You’ll have to type in your own query which is a pity. This still is better than having a slow help because of slow internet.
For more info on the editor and other shortcuts you can set up: check the help file!
Check out these topics for more info on creating your own shortcuts