The following pages will give you a quick overview of the MAXScript language changes and improvements in 3ds Max 8.For details on each feature, please follow the links to the respective documentation pages.
A new realWorldMapSize Interface has been added to most standard and extended geometry primitives to expose the new real-world map size feature.
A new realWorldMapSize Interface has been added to all Doors and Windows primitives to expose the new real-world map size feature.
A new realWorldMapSize Interface has been added to all Stair primitives to expose the new real-world map size feature.
Geometry - AEC Extended Objects
A new realWorldMapSize Interface has been added to the Railing and Wall AEC Extended primitives to expose the new real-world map size feature.
NURBSSurfaceApproximation : Value
Some existing but previously unexposed properties were exposed to MAXScript, including .merge, .subdivStyle, .minLevels, .maxLevels and .maxTris .
EditablePoly Convert Selection
New methods added to Editable Poly to expose the new Ring and Loop Shift and Convert Selection To Border features.
New properties have been added to all shapes to expose the real-world map size and the renderable spline properties for viewport and renderer.
New classes have been added to expose the Extended Splines Angle, Channel, Tee, Wide Flange and Walled Rectangle.
New properties have been added to all shapes to expose the real-world map size and the renderable spline properties for viewport and renderer.
New (non-creatable by MAXScript) shapes have been added to provide some built-in cross-sections for the Sweep modifier.
New properties have been added to the modifier to expose the new Rectangular cross-section, Auto Smooth and Read-World Map Size options.
A new modifier has been added to 3ds Max to create meshes from a base spline and a custom cross-section.
MapScalerSpacewarpModifier : SpacewarpModifier
A new property has been added to Map Scaler to allow for texture wrapping based on Smoothing Groups.
Multiple new properties and methods have been added to the Edit_Poly modifier.
Two new properties have been added to the Poly_Select modifier to expose the new Edge Loop and Edge Ring selection values.
New properties added to the Skin modifier.
New properties added to the Projection modifier to control the visibility of reference geometry.
New properties added to the modifier to expose the Edge and Grid snapping and the new Render UVW Template Tool's properties.
The new unwrap5 interface provides access to new features including Pelt Mapping.
New methods added to the morpher modifier to provide access to the Progressive Morph Targets, Marker data and to allow moving and swapping channels.
Float_Expression : FloatController
Point3_Expression : Point3Controller
Position_Expression : PositionController
Scale_Expression : ScaleController
The new implementations of the Expression controllers provide complete MAXScript access through the new IExprCtrl interface. All expression controllers listed above expose that interface.
Script controllers are now based on the same code as the new scriptable Expression controllers, providing additional features like access to time constants, the ability to define user variables and assign constants, controllers, tracks and nodes to them, a debug window showing dynamically all user variables and the controller value as the time changes, a description field and more.
Camera Common Properties, Operators, and Methods
New properties have been added to cameras to provide access to the FOV type flyout and the current FOV value dependent on that flyout.
New structure has been added. It provides methods to convert FOV into MM and back and Current FOV Type to horizontal FOV and back.
New MAXScript properties have been added to the Architectural material to allow inverted processing of Reflections, Refractions and Self-Illumination by Exposure Controls and to exclude the material from Exposure processing. These properties are not exposed in the User Interface!
New properties have been added to the StandardUVGen (accessed via the .coordinates property of texture maps) to expose the real-world scale properties of all texture maps using the StandardUVGen class, incl.Bitmaptexture, Bricks (Tiles), Checker, Combustion, Gradient, Gradient_Rampand Swirl maps.
NewBitmap IO provides support for the OpenEXR file format.
New#color16 type added to the getType() and setType() enums.
New optional keyword arguments added to the render() command to control the rendering of Multipass camera effects and Render Elements when calling the renderer from MAXScript.
New RenderElement allows the output of Material IDs.
New RenderElement allows the output of Object IDs.
Ambient_Occlusion : BakeElement
New Bake Element allows the Ambient Occlusion to be rendered to texture.
New properties have been added to the Radiosity RadiosityEffect to provide controls over the new Adaptive Subdivision feature.
The documentation has been reordered to reflect the location of the respective controls in the user interface for easier navigation.
mental_ray_renderer : RendererClass
New properties have been added to the mental_ray_renderer RenderClass to provide access to the Final Gather bounces count, the RapidShading samples count, the displacement Smoothing option, the Material Override option, the Motion Blur Shutter offset and the Frame Buffer type.
Interface: INodeMentalRayProperties
A new INode Interface has been added to provide access to local mental ray Displacement controls.
A newCore Interface has been added to provide access to the new MAXScript Debugger.
A newCore Interface has been added to provide access to the new Asset Tracking System.
A new Core Interface has been added to provide access to the Custom Dependencies dialog of the Asset Tracking System.
A new Core Interface has been added to provide access to the new Animation Loading and Saving feature.
A new Core Interface has been added to provide access to the new Scene State manager feature. Scene State allows you to capture the current settings of the scene and restore them later.
A new Core Interface has been added to provide access to the new Batch Render manager feature. It will let you specify multiple cameras with various settings, optional scene states and render presets and render with a single click of a button locally or on the network.
A new Core Interface has been added to VIZ 2006. The Interface does nothing in 3ds Max 8 since the actual functionality is implemented by Light-creating MacroScripts shipping with VIZ 2006. The interface is only used to manage values used by these MacroScripts to create Lights at pre-defined custom Z heights.
Interface: globalDXDisplayManager
A new property has been added to the existing interface to enable and disable DirectX Scene Effects.
The gridPrefs interface originally introduced in Gmax has been added to 3ds Max 8 and enhanced with more properties. It can be used to access and change the Home Grid Preferences.
This new interface exposes the Brush Preset Manager to MAXScript.
A new method for importing skin data without opening a dialog added to the existing interface.
New methods added to the existing interface to control the Quaternion curvers display.
New .exists() method added to the existing interface and returns true if the specified trackview exists and false if it does not. It can be used to prevent Runtime errors from the .isOpen() method in the same interface.
A new core interface has been added to provide access to the Object XRef's source and proxy file names and item names.
A new class whose instances are used to XRef materials from external files.
A new non-creatable class whose instances are used to XRef atmospheric effects from external files.
New property added to the existing XRefObject node class to expose the actual object used by the XRef.
New method added to the existing objXRef interface to return the number of empty XRefs.
MAXScript Extensions for Cloth
New modifiers have been added to 3ds Max to simulate Cloth - Cloth : Modifier andGarment_Maker : Modifier
MAXScript Extensions for Hair & Fur
New classes have been added to 3ds Max to generate and render Hair and other advanced surface-distributed effects like grass, trees etc. -HairMod : Modifier
maxops.overrideControllerRangeDefault
New option to control the infinite/limited range of procedural controllers.
New methods to get and set the default tangent types of new keys added to the maxOps interface.
New method to get consistent color values from integer IDs added to the maxOps interface.
New bit methods added to the existing bit structure to convert integers to floats, floats to integers, swap bytes and check whether a value is NaN or a finite number (not a NaN).
timeConfiguration.playbackLoop
New system global to control the state of the Loop checkbox in the Time Configuration dialog.