Copy and Paste Object Properties in 3ds Max
MAXScript for copying properties from one object to multiple other objects.
Quick Parent Link MAXScript
Pick a hierarchy a little faster
MAXScript function to quickly pick parent/child chains (hierarchies) of objects in 3ds Max. Works a little more efficiently than the native Select and Link function in 3ds Max.
One 7 One Photos
One 7 One opened for Cringe at the Tavern at the Mill on June 21, 2003.
Wall Worm Auto Material
Wall Worm Auto Material is a 3ds Max script that automatically applies materials to newly created objects in 3ds Max.
Overly Dark Render Problem in 3DS Max 2009
Fix to dark render problem in 3ds Max 2009 where render looks fine in preview render window but not the final output file.
Using Object Layers
Tutorial on using object layers to add depth and creative possibilities to graphic projects.
Sprite Tools
Sprite Tools is a free MAXScript for working with Sprites in 3ds Max. It can create sprite cards from animated textures or convert sprite sheets into animated textures.
PHP Traits for Implementing Interfaces
PHP 5.4 introduced traits. Traits are in many ways like code-assisted copy and paste. They are ways to mix code into a class without inheritance. But what are they good for? When should they be used?