Max Scripts
 
Home
 
Resume
 
 
XSI Scripts
 
Tutorials
 
Blog
 
Forget About Love
 
Links
 
Contact
 
 
 
A couple of notes regarding the scripts on this page:
  • The compatibility mentioned here, refers only to the versions of max on which the script was tested. This does not mean it will not work on other version of max. If you happen to work with a script on a max version not mentioned here, please let me know so I can update this page.
  • Please see the script header or the readme file attached to the script for specific script information.
I hope you'll find those scripts useful. If you happen to use any of the scripts, especially in production, I'd appreciate a note about that. :)
Pleae sent bug reports, comments and suggestions to maxscript[at]oferz.com
ACP (Alternate Color Picker) and Color Palette
Back to top
Download      Version: 1.1     Compatibility: MAX 8
An alternate color picker and color palette manager.
colorPalette is a palette manager that works with ACP, but can also be used as a stand alone tool.
colorPalette supports the Adobe color file format (.aco), for both loading and saving.
** A note about colors importing from aco files: aco files allow the saving of each color swatch in it's own color space (RGB, CMYK, HSV, Lab, etc.) colorPalette does not support all of those color spaces, and some of those supported might results different colors than the ones seen in Adobe Photoshop, due to the fact that ACP and colorPalette do not use color profiles. For that reason, aco files saved with colorPalette, are always saved in RGB color space.

Included with colorPalette is a PantoneĀ® palette.
** Another note, this time about the Pantone palette: this palette was created using a palette found on the web. This is what the original web page said:
"The authors of this color conversion chart offer no guarantees as to accuracy. The RGB and Hexadecimal colors are reasonably close. RGB and Hex colors on screen are an approximation to the Pantone spot colors that would be printed using the Pantone Formula Guide or Pantone Matching System (PMS Guide)."
Also note, that due to differences in screen color reprasentation, colors on screen will NOT look exactly the same on different systems. You should use this palette as a reference only, and use a printed official Pantone Matching System for final color decisions.
The Pantone palette is located in the (max_root)scriptsACPPalettes folder.
History:
Download Version: 1.1 (2007-06-26 14:07:47)     Compatibility:MAX 8    
  • Color names are now shown next to the swatches in the color palette.
  • Some minor bug fixes.
Download Version: 1.0 (2005-07-01 03:03:43)     Compatibility:MAX 5,MAX 6,MAX 7    
  • ACP now supports CMYK colors
  • I've rewritten ACP so that all color conversions are done through a single struct (s_color). Though this might slow things a bit (not noticable,) the code is now somewhat more readable (I think,) and since I see ACP as mainly an educational script, I thought this would be better.
Download Version: 0.96 (2005-07-01 03:02:35)     Compatibility:MAX 5,MAX 6,MAX 7    
  • ACP now saves the needed maps in 3dsmaxscriptsACP for faster loading. It generates the missing maps, so if theres a problem with any map, just delete it.
Download Version: 0.95 (2005-07-01 03:01:06)     Compatibility:MAX 5,MAX 6,MAX 7    
  • First Release.
 
Add Inbetween
Back to top
Download      Version: 1.54     Compatibility: MAX 8,MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011
Adds an inbetween key at the time-slider time.
The value of the new key is a mix of the previous and next keys' values. The mix percentage can be controlled with the "Change In-Between Percentage" tool.
History:
Download Version: 1.54 (2010-10-07 07:08:15)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • Added extended ranges for the in-between percentage (-50% - 150%).
Download Version: 1.53 (2010-09-09 16:45:38)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • Added automatic update of in-between when changing the percentage value in the settings dialog (optional).
  • Fixed support for custom attributes.
  • Added percentage preset buttons.
  • Rewrote the core to use a global struct to handle all functionality for easier maintainability.
Download Version: 1.4 (2006-10-12 06:20:20)     Compatibility:MAX 7,MAX 8    
  • Fixed a crash when adding keys to a boolean controller.
Download Version: 1.3 (2005-09-04 03:14:16)     Compatibility:MAX 5,MAX 6,MAX 7    
 
Animation Range Presets
Back to top
Download      Version: 0.2     Compatibility: MAX 8,MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011
A simple interface to manage animation ranges.
History:
Download Version: 0.2 (2010-10-07 07:26:25)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • First public release.
 
Bounding Boxer
Back to top
Download      Version: 1.0     Compatibility: MAX 4
Create a sub-object selection and use Bounding Boxer to create a fitting box around the selection. You can then use the created box(es) for a Linked X-Form or as a bone. The various Bounding Boxer options include the possibility to automatically create a link hierarchy between created boxes.
Concept co-design and icon by Metin Seven (www.sevensheaven.nl).
History:
Download Version: 1.0 (2005-07-01 04:02:00)     Compatibility:MAX 4    
 
camManager
Back to top
Download      Version: 0.51     Compatibility: MAX 8,MAX 9,MAX 2008,MAX 2009
A small camera manager with camera preview.
History:
Download Version: 0.51 (2008-04-19 12:00:39)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009    
  • Some minor improvements.
Download Version: 0.5 (2006-09-05 08:54:08)     Compatibility:MAX 5,MAX 6,MAX 7,MAX 8    
  • Some minor UI updates.
Download Version: 0.4 (2005-07-01 03:59:51)     Compatibility:MAX 4    
 
Check List
Back to top
Download      Version: 0.34     Compatibility: MAX 4
Creates a simple "todo" list that saves with the max file.
History:
Download Version: 0.34 (2005-07-01 03:52:08)     Compatibility:MAX 4    
  • Fixed a bug that didn't erase the list when openning a new file or resetting a scene.
Download Version: 0.32 (2005-07-01 03:51:46)     Compatibility:MAX 4    
 
Contact Sheet
Back to top
Download      Version: 1.1     Compatibility: MAX 7,MAX 8,MAX 9,MAX 2008
Generate a HTML contact sheet of all objects in the scene.
For each object (or group) an image is created, and some information is displayed.
This script was originally created for a CGTalk challenge.
History:
Download Version: 1.1 (2008-01-22 07:00:46)     Compatibility:MAX 7,MAX 8,MAX 9,MAX 2008    
  • Added option to group objects by groups.
  • Added option to use a scene camera.
  • Added option to use scene environment settings.
Download Version: 1.0 (2008-01-22 06:53:47)     Compatibility:MAX 7,MAX 8    
  • First release.
 
Delete Minor Versions
Back to top
Download      Version: 1.1     Compatibility: MAX 4
This utility allows you to easily delete minor versions saved with the safeSave Minor Increment tool. (Idea by Dave Stewart)
History:
Download Version: 1.1 (2005-07-01 03:46:03)     Compatibility:MAX 4    
  • Added the option to archive the files (using MaxZip).
  • Fixed some minor bugs.
Download Version: 1.0 (2005-07-01 03:45:38)     Compatibility:MAX 4    
 
FPSmove
Back to top
Download      Version: 1.11     Compatibility: MAX 4
FPSmove is a set of macroscript that allow you to simulate an FPS game movement inseide max.
After you select the camera you wish to use in the FPSmove Floater, you can use the macroscripts to move that camera (you can assign the macroscripts to keys for easy momvement).
History:
Download Version: 1.11 (2005-07-01 03:09:34)     Compatibility:MAX 4    
  • Some changes and improvements to the free look mode.
Download Version: 1.0 (2005-07-01 03:08:59)     Compatibility:MAX 4    
 
getFontNames
Back to top
Download      Version: 0.3     Compatibility: MAX 4
Gets the system TTF font names for use in scripts.
NOTE: This is a function for use in other scripts, it's not much use on its own.
History:
Download Version: 0.3 (2005-07-01 04:17:36)     Compatibility:MAX 4    
 
Hair Baker
Back to top
Download      Version: 0.2     Compatibility: MAX 2008,MAX 2009,MAX 2010,MAX 2011
Bakes hair and fur object into animated mesh with point cache or vertex animation.
History:
Download Version: 0.2 (2010-06-02 17:10:58)     Compatibility:MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • First public version.
 
Light Grouper
Back to top
Download      Version: 1.2     Compatibility: MAX 4
This utility allows you to define groups of lights, for easy management. You can then turn all the lights in the group On/Off and Hide/Unhide them.
It is useful for task such as having the same scene with day/night light schemes.
History:
Download Version: 1.2 (2005-07-01 04:10:09)     Compatibility:MAX 4    
  • The new Sets feature allows to create presets of groups and easily switch between them. This is useful, for example, if you have a large amount of lights in the scene, and you want to create a simple lighting sceme for draft renderings. Just create two sets, one for draft and one for production, define which lights you want on and which off in each set, and just switch to the right set before you render.
Download Version: 1.0 (2005-07-01 04:09:22)     Compatibility:MAX 4    
 
listControllerMan
Back to top
Download      Version: 1.0     Compatibility: MAX 4
Allows to manage list controllers the same way the motion panel does. Unlike the motion panel, this utility supports all list controllers, not just the PRS controllers.
History:
Download Version: 1.0 (2005-07-01 03:06:28)     Compatibility:MAX 4    
 
Notepad++ MXS Language Definition
Back to top
Download      Version: 1.0     Compatibility: 
Maxscript language definition files for the notepad++ editor.

Installaion:
1. install notepad++
2. copy the file maxscript.api to C:\\Program Files\\Notepad++\\plugins\\ folder
3. copy userDefineLang.xml and insertExt.ini into your %appdata%\\notepad++\\ folder
IMPORTANT NOTE!
If you have other user defined languages, you have to edit the userDefineLang.xml file manually
and append the maxscript section from this zip, if you overwrite the file with this version, you\'ll
lose your previously defined languages!
History:
Download Version: 1.0 (2007-03-25 17:21:01)    
  • Created.
 
paintSelect
Back to top
Download      Version: 1.2     Compatibility: MAX 4
Select sub-objects of mesh and poly objects by "painting" with a variable sized brush.
History:
Download Version: 1.2 (2005-07-01 03:43:49)     Compatibility:MAX 4    
  • Fixed bug with renderable brush spline.
  • Resizing brush with mouse works better now.
Download Version: 1.1 (2005-07-01 03:43:22)     Compatibility:MAX 4    
  • Added help.
  • Changed the dialog to take less screen space. The dialog now "remembers" last position.
Download Version: 1.0 (2005-07-01 03:42:42)     Compatibility:MAX 4    
 
PFlow Baker
Back to top
Download      Version: 0.71     Compatibility: MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011
Bakes particle flow particles into helpers / meshes.
History:
Download Version: 0.71 (2010-06-02 17:25:44)     Compatibility:MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • Changed the way the particles are baked into point cache. It is now much faster using this method.
Download Version: 0.61 (2010-04-27 19:35:27)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • Fixed support for 3ds Max 2010 and 2011.
  • Added option to turn off visibility animation.
Download Version: 0.6 (2008-09-22 06:08:47)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Fixed a bug with baking to point cache.
  • Added a curve control to use as an optional ease curve on all baked particles.
Download Version: 0.52 (2008-08-26 08:37:11)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Added support for backing mesh animation. It supports 2 saving methods: vertex animation and point cache.
  • Added option to turn off the Particle Flow system that has been baked when baking is done.
  • Added option to save the baked file as a new max file after baking.
  • Added option to shutdown the computer when baking is done.
  • Thanks to Stephen Macfarlane for the ideas and testing
Download Version: 0.1 (2007-06-18 16:09:03)     Compatibility:MAX 8    
  • First version
 
Pivot To Vert
Back to top
Download      Version: 1.0     Compatibility: MAX 4
Aligns the pivot point to the selected vertex.
History:
Download Version: 1.0 (2005-07-01 03:48:17)     Compatibility:MAX 4    
 
Play Range
Back to top
Download      Version: 0.3     Compatibility: MAX 8
Allows you to play only part of the animation time range.
History:
Download Version: 0.3 (2007-10-19 07:14:39)     Compatibility:MAX 8    
  • First public release.
 
QuickRun
Back to top
Download      Version: 0.1     Compatibility: MAX 8
After you run this script, the script will appear in the \"Os tools\" category in the customize ui menu. Put all the scripts you wish to access with QuickRun in {max_root}\\Scripts\\QuickRun
Note: you can also put sub-directoried in that directory, these will appear as sub-menus.
History:
Download Version: 0.1 (2007-10-13 13:39:26)     Compatibility:MAX 8    
  • First release.
 
reTIMer
Back to top
Download      Version: 0.3     Compatibility: MAX 7
Retimes keyframes on selected objects based on recorded time.
To record the new time, press the \"Start recording\" button and drag the time slider at the desired speed.
To stop recording, press the \"Recording\" button once more.
History:
Download Version: 0.3 (2005-07-08 06:05:53)     Compatibility:MAX 7    
  • Known Issues:
    • If a new key is added to the graph, selected key on the graph and the selected item on the list may be out of sync.
    • There is no warning if the retiming will cause a key to be over-written (this can only happen in rare cases).
Download Version: 0.2 (2005-07-08 06:03:53)     Compatibility:MAX 7    
Download Version: 0.1 (2005-07-08 06:03:33)     Compatibility:MAX 7    
 
RIBit
Back to top
Download      Version: 0.3.2     Compatibility: MAX 8,MAX 9,MAX 2008,MAX 2009
A Free RendermanTM Exporter For 3DSMax
This script has a page of its own here.
History:
Download Version: 0.3.2 (2008-08-06 15:23:11)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009    
  • A couple of minor fixes regarding DOF (thanks to Silvio Falcinelli for the suggestions):
  • Fixed: target camera target distance.
  • Added: if camera\'s muli-pass effect set to mental-ray DOF, use the f-stop setting in the camera instead of the one set in the render parameters window.
Download Version: 0.3.1 (2007-01-28 05:50:40)     Compatibility:MAX 7,MAX 8    
  • Added a patch by R.J.Wolfe that fixes a bug in the UV mapping export.
Download Version: 0.3.0 (2006-10-15 18:48:39)     Compatibility:MAX 7,MAX 8    
  • Added: The render parameters dialog now saves the settings in the max scene file.
  • Fixed: A bug in the rendering attributes modifier that would not handle point and vector types correctly.
Download Version: 0.2.9 (2006-10-10 14:23:09)     Compatibility:MAX 8    
  • Fixed a bug in the shader parameters parsing that would cause color and point3 values to be exported as strings.
Download Version: 0.2.8 (2006-07-18 14:32:59)     Compatibility:MAX 8    
  • Fixed some of the normals issues (there are still some issues with the normal exporting - thanks to Pavel Burianek for this fix).
  • Improved the speed of the expressions in particles. The expressions are now evaluated as functions, so any variables declared in the expression will be local by default.
  • Fixed an issue with the Rendering modifier that caused objects\' wire color to turn to gray when openning the modifier list. (Thanks to Roger Christensen for finding this problem, and it\'s solution)
  • Some other minor bug fixes and speed improvements.
Download Version: 0.2.4 (2005-08-19 18:21:33)     Compatibility:MAX 5,MAX 6,MAX 7    
  • Added option in the render settings to use forward/backward slash for paths.
  • Adding a Rendering Attributes modifier to a camera adds these attributes to the world.
Download Version: 0.2.3 (2005-07-01 02:52:25)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.2.2 (2005-07-01 02:52:11)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.2.1 (2005-07-01 02:51:55)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.2 (2005-07-01 02:51:40)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.1.3a (2005-07-01 02:50:51)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.1.2a (2005-07-01 02:50:27)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.1.1a (2005-07-01 02:50:02)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.1a (2005-07-01 02:48:55)     Compatibility:MAX 5,MAX 6,MAX 7    
  • First version. Proof of concept.
 
safeSave Tools
Back to top
Download      Version: 1.1     Compatibility: MAX 4
Due to a bug in max 4.x it is possible to overwrite files that are marked as read-only. safeSave tools are a set of tools to replace the max internal save functions, and solve this problem (until Discreet will fix it in future versions of max).

safeSave tools consists of four save tools:
  • safeSave - replaces the max save (file > save).
  • safeSaveAs - replaces the max save as (file > save as).
  • safeSaveSelected - replaces the max save selected (file > save selected).
  • safeSaveIncremental - replaces the max save incremental (the + in save as).
The tools are macroscripts so you can assign them to buttons, keys, quads and menus.
History:
Download Version: 1.1 (2005-07-01 03:57:59)     Compatibility:MAX 4    
  • Added two more incremental saving functions (idea by Dave Stewart):
    safeSaveMajorInc - Saves incremental major version.
    safeSaveMinorInc - Saves incremental minor version (adds the letters a-z after the number).
  • The safeSaveIncremental works the same way the max incremental save works.
Download Version: 1.0 (2005-07-01 03:56:44)     Compatibility:MAX 4    
 
Scale Position
Back to top
Download      Version: 1.31     Compatibility: MAX 4
This utility scales the position of the selected objects using an object or the selection center as the center of the scale.
History:
Download Version: 1.31 (2005-07-01 04:13:59)     Compatibility:MAX 4    
  • ScalePos now uses max's undo system.
  • I found out that the reference systems weren't working properly, so I remove them until I can fix this.
Download Version: 1.2 (2005-07-01 04:13:18)     Compatibility:MAX 4    
  • Added undo (only one level of undo for now).
  • Added support for coordinate systems.
Download Version: 1.1 (2005-07-01 04:12:23)     Compatibility:MAX 4    
 
ScriptMan
Back to top
Download      Version: 0.42     Compatibility: MAX 5,MAX 6,MAX 7
ScriptMan is a MaxScript designed to help scripters when working on big projects with multiple files. It allows you to browse the script files, open them for editing and execute them. It also supports favorites.
See the image for usage information.
History:
Download Version: 0.42 (2005-08-19 18:19:16)     Compatibility:MAX 5,MAX 6,MAX 7    
  • Fixed the search function.
Download Version: 0.4 (2005-07-08 05:16:09)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.35 (2005-07-08 05:15:51)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.3 (2005-07-08 05:15:31)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.25 (2005-07-08 05:15:01)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.22 (2005-07-08 05:08:02)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.21 (2005-07-08 05:06:02)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.2 (2005-07-08 05:03:49)     Compatibility:MAX 5,MAX 6,MAX 7    
Download Version: 0.1 (2005-07-08 05:02:23)     Compatibility:MAX 5,MAX 6,MAX 7    
 
Sequence Check
Back to top
Download      Version: 0.3     Compatibility: MAX 5,MAX 6,MAX 7
Checks a list of numbered files, like rendered image sequences, for missing files.
History:
Download Version: 0.3 (2005-07-08 05:50:28)     Compatibility:MAX 5,MAX 6,MAX 7    
 
Set Animation Range
Back to top
Download      Version: 1.2     Compatibility: MAX 4
Changes the animation range of all wired controllers of either all or selected objects to the active time segment or to a custum time range.
History:
Download Version: 1.2 (2005-07-01 04:07:23)     Compatibility:MAX 4    
  • Added option to change expression controller ranges.
Download Version: 1.1 (2005-07-01 04:06:59)     Compatibility:MAX 4    
  • Added option to change scripted controller ranges.
Download Version: 1.0 (2005-07-01 04:06:39)     Compatibility:MAX 4    
 
Set Bitmap Parameters
Back to top
Download      Version: 1.51     Compatibility: MAX 2008,MAX 2009
Batch change the bitmap parameters of all materials, selected objects' materials or material editor materials.
History:
Download Version: 1.51 (2008-12-23 23:45:24)     Compatibility:MAX 2008,MAX 2009    
  • Added option to change the blur and blur offset of bitmaps.
  • Added an option to modify material in an external material library.
Download Version: 1.4 (2007-06-26 14:10:30)     Compatibility:MAX 7,MAX 8    
  • Added ability to replace empty bitmap filename.
Download Version: 1.3 (2006-10-24 17:20:44)     Compatibility:MAX 7,MAX 8    
  • Added undo (only for last operation).
Download Version: 1.2 (2005-07-01 04:04:54)     Compatibility:MAX 4    
  • Some speed improvements.
Download Version: 1.1 (2005-07-01 04:04:36)     Compatibility:MAX 4    
  • Fixed some bugs in the wildcard file name replacement.
Download Version: 1.0 (2005-07-01 04:04:12)     Compatibility:MAX 4    
 
Skin Helper
Back to top
Download      Version: 0.90     Compatibility: MAX 2011,MAX 2012
A tool to help setting vertex weights when skinning.
Thanks to Niels Roscher for the ideas and testing.
History:
Download Version: 0.90 (2012-01-18 04:24:30)     Compatibility:MAX 2011,MAX 2012    
  • Added: option to sort list by bone name (turned on by default).
  • Added: Restoring the bones list position after list update (if possible).
  • Fixed: updating values didn\'t work sometimes due to precision issues.
Download Version: 0.85 (2010-11-05 19:50:33)     Compatibility:MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • Fixed: Selecting a bone in the scene now updates the selected bone in the list.
Download Version: 0.84 (2010-11-04 20:13:59)     Compatibility:MAX 9,MAX 2008,MAX 2009,MAX 2010,MAX 2011    
  • Fixed a crash when using the Hide/Unhide unused bones feature.
  • Fixed: updating the weight list when a value is changed in the skin modifier\'s weight table.
  • Added option to hide common bone names (in right click menu).
  • Added vertex selection buttons: shrink, grow, loop and ring.
Download Version: 0.80 (2008-12-11 08:26:17)     Compatibility:MAX 2008,MAX 2009    
  • Fixed undo/redo.
  • Fixed locking bones when \"Hide un-used bones\" is turned on.
Download Version: 0.78 (2008-11-27 09:08:32)     Compatibility:MAX 2008,MAX 2009    
  • Fixed a small issue with callbacks.
Download Version: 0.77 (2008-11-27 06:06:26)     Compatibility:MAX 2008,MAX 2009    
  • First public release.
 
Snap Keys to Frames
Back to top
Download      Version: 1.0     Compatibility: MAX 5,MAX 6,MAX 7
Snaps the keys of selected or all objects to the nearest round frame.
History:
Download Version: 1.0 (2005-07-12 02:13:05)     Compatibility:MAX 5,MAX 6,MAX 7    
 
Time Reporter
Back to top
Download      Version: 1.2     Compatibility: MAX 2008,MAX 2009,MAX 2010,MAX 2011,MAX 2012
Generates reports from the data saved by Time Tracker.
History:
Download Version: 1.2 (2012-01-21 08:29:02)     Compatibility:MAX 2008,MAX 2009,MAX 2010,MAX 2011,MAX 2012    
  • Fixed: support for systems with date format other than "m/d/y"
  • Fixed: file names with spaces would only show the part until the first space in the report.
Download Version: 1.1 (2005-07-01 03:12:29)     Compatibility:MAX 4,MAX 5    
  • Supports the new network feature of timeTracker 0.31b and later.
Download Version: 1.0 (2005-07-01 03:11:39)     Compatibility:MAX 4,MAX 5    
 
Time Tracker (a.k.a. I Also Know What You Did Last Summer)
Back to top
Download      Version: 0.42     Compatibility: MAX 8,MAX 9,MAX 2008,MAX 2009
Tracks time you spend working on max files.
History:
Download Version: 0.42 (2008-03-06 12:04:36)     Compatibility:MAX 8,MAX 9,MAX 2008,MAX 2009    
  • Fixed some bugs so it can work with more recent versions of 3ds Max.
Download Version: 0.4 (2005-07-01 03:40:13)     Compatibility:MAX 5    
  • Fixed some minor bugs.
  • The small dialog is now dockable (idea by John Pruden).
Download Version: 0.31b (2005-07-01 03:24:47)     Compatibility:MAX 4    
  • Added an uninstaller script.
  • Added support for group time tracking via network (idea by Brad Thompson).
    How does group time tracking work? Simple, you can now specify the location of the data folder. If you have several users set to the same data folder the data files will be shared.
    All you need to do to set it up, is add these two lines to the timeTracker.ini file on each computer running timeTracker:
    [Directories]
    dataDir=S:\timeTracker\data\
Download Version: 0.22 (2005-07-01 03:16:55)     Compatibility:MAX 4    
Download Version: 0.21b (2005-07-01 03:16:39)     Compatibility:MAX 4    
Download Version: 0.2b (2005-07-01 03:16:20)     Compatibility:MAX 4    
 
Time Wheely
Back to top
Download      Version: 1.81     Compatibility: MAX 9,MAX 2008,MAX 2009
Allows to use the mouse wheel to scroll the time slider.
Also includes a struct for using the mouse wheel, that scripters can use in their own scripts.
History:
Download Version: 1.81 (2008-02-19 15:34:23)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Added another option to the INI file: useModifierKeys.
  • Changed it so the INI settings are updated whenever the script is activated and not just on max start.
Download Version: 1.7 (2008-02-15 14:41:12)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Added support for settings in an ini file. The file should be placed in the 3dsmax_root/scripts folder, and in should be named mouseWheely.ini
    For now there are only two options available:
    • StickyMode - setting this to false will turn off the sticky mode.
    • Divider - defines the number by which the raw value from the mouse wheel is divided. A lower value will cause a more \"sensitive\" scroll.
    Here\'s an example that will mimic the defaults (if no file is defined, or an option is not defined, the default for that option is used):
    [Settings]
    Divider=120
    StickyMode=true
Download Version: 1.6 (2008-02-15 14:37:32)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Added support for sticky mode in the struct. Sticky mode is the default for Time Wheely.
Download Version: 1.5 (2008-02-13 08:51:39)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • A few more improvements to the struct.
Download Version: 1.4 (2008-02-13 08:50:29)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Added an option to keep the event window open. This is slightly better, performance-wise (not noticable), but a bit riskier, as windows might stay open until max is closed.
Download Version: 1.3 (2008-02-13 08:47:23)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Fixed a serious bug with the macroscript that caused errors when starting max.
Download Version: 1.2 (2008-02-13 08:46:33)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • Added a struct to handle the mouse wheel events so it can be used with other scripts.
Download Version: 1.0 (2008-02-13 08:42:46)     Compatibility:MAX 9,MAX 2008,MAX 2009    
  • The first release.
 
Typer
Back to top
Download      Version: 0.4     Compatibility: MAX 5,MAX 6,MAX 7
Creates a "typewriter" effect. Also allows the letter to fade in. User can customize the length of apearance, and delay between letters.
History:
Download Version: 0.4 (2005-11-05 11:13:46)     Compatibility:MAX 5,MAX 6,MAX 7    
  • Added support for more version of max.
  • Typer is now packed in a .mzp file for easier installation.
Download Version: 0.31 (2005-07-01 04:15:36)     Compatibility:MAX 4    
 
Undo Selection
Back to top
Download      Version: 1.0     Compatibility: MAX 4
Adds an undo/redo feature only for selections.(doesn't affect max's undo).
History:
Download Version: 1.0 (2005-07-01 03:49:48)     Compatibility:MAX 4    
 
VariationsRender
Back to top
Download      Version: 2.2     Compatibility: MAX 2010,MAX 2011
Renders all variations possible using the selected layers and materials.
For each render, it shows only one layer from the selected layer, and renders it with all selected materials, by assigning the material to all objects in the layer, rendering and moving to the next material.
Developed for Martin Jann (http://pixelsonic.com/) who allowed it to be released as open source.
History:
Download Version: 2.2 (2011-05-17 01:53:27)     Compatibility:MAX 2010,MAX 2011    
  • First public release.