Autodesk 3ds Max
Autodesk 3ds Max
Autodesk 3ds Max
History view)
The original 3D Studio product was created for the DOS platform by the Yost Group, and
published by Autodesk. The release of 3D Studio made Autodesk's previous 3D rendering package
AutoShade obsolete. After 3D Studio DOS Release 4, the product was rewritten for the Windows
NT platform, and renamed "3D Studio MAX". This version was also originally created by the Yost
Group. It was released by Kinetix, which was at that time Autodesk's division of media and
entertainment.
Autodesk purchased the product at the second release update of the 3D Studio MAX version and
internalized development entirely over the next two releases. Later, the product name was changed
to "3ds max" (all lower case) to better comply with the naming conventions of Discreet, a
Montreal-based software company which Autodesk had purchased.
When it was re-released (release 7), the product was again branded with the Autodesk logo, and
the short name was again changed to "3ds Max" (upper and lower case), while the formal product
name became the current "Autodesk 3ds Max".[4]
Version history
Version Codename Year Operating system Hardware platform
3D Studio
THUD 1988
Prototype
3D Studio THUD 1990 16-bit x86 originally
Features
MAXScript
MAXScript is a built-in scripting language that can be used to automate repetitive tasks,
combine existing functionality in new ways, develop new tools and user interfaces, and much
more. Plugin modules can be created entirely within MAXScript.
Character Studio
Character Studio was a plugin which since version 4 of Max is now integrated in 3ds Max; it
helps users to animate virtual characters. The system works using a character rig or "Biped"
skeleton which has stock settings that can be modified and customized to fit the character
meshes and animation needs. This tool also includes robust editing tools for IK/FK switching,
Pose manipulation, Layers and Keyframing workflows, and sharing of animation data across
different Biped skeletons. These "Biped" objects have other useful features that help
accelerate the production of walk cycles and movement paths, as well as secondary motion.
Scene Explorer
Scene Explorer, a tool that provides a hierarchical view of scene data and analysis,
facilitates working with more complex scenes. Scene Explorer has the ability to sort, filter,
and search a scene by any object type or property (including metadata). Added in 3ds Max
2008, it was the first component to facilitate .NET managed code in 3ds Max outside of
MAXScript.
DWG import
3ds Max supports both import and linking of .dwg files. Improved memory management in
3ds Max 2008 enables larger scenes to be imported with multiple objects.
Texture assignment/editing
3ds Max offers operations for creative texture and planar mapping, including tiling, mirroring,
decals, angle, rotate, blur, UV stretching, and relaxation; Remove Distortion; Preserve UV;
and UV template image export. The texture workflow includes the ability to combine an
unlimited number of textures, a material/map browser with support for drag-and-drop
assignment, and hierarchies with thumbnails. UV workflow features include Pelt mapping,
which defines custom seams and enables users to unfold UVs according to those seams;
copy/paste materials, maps and colors; and access to quick mapping types (box, cylindrical,
spherical).
General keyframing
Two keying modes — set key and auto key — offer support for different keyframing
workflows.
Fast and intuitive controls for keyframing — including cut, copy, and paste — let the user
create animations with ease. Animation trajectories may be viewed and edited directly in the
viewport.
Constrained animation
Objects can be animated along curves with controls for alignment, banking, velocity,
smoothness, and looping, and along surfaces with controls for alignment. Weight path-
controlled animation between multiple curves, and animate the weight. Objects can be
constrained to animate with other objects in many ways — including look at, orientation in
different coordinate spaces, and linking at different points in time. These constraints also
support animated weighting between more than one target.
All resulting constrained animation can be collapsed into standard keyframes for further
editing.
Skinning
Either the Skin or Physique modifier may be used to achieve precise control of skeletal
deformation, so the character deforms smoothly as joints are moved, even in the most
challenging areas, such as shoulders. Skin deformation can be controlled using direct vertex
weights, volumes of vertices defined by envelopes, or both. Capabilities such as weight
tables, paintable weights, and saving and loading of weights offer easy editing and proximity-
based transfer between models, providing the accuracy and flexibility needed for
complicated characters.
The rigid bind skinning option is useful for animating low-polygon models or as a diagnostic
tool for regular skeleton animation.
Additional modifiers, such as Skin Wrap and Skin Morph, can be used to drive meshes with
other meshes and make targeted weighting adjustments in tricky areas.
The Data Channel modifier is a versatile tool for automating complex modelling operations. By
piping mesh data through a series of controls, you can achieve a huge variety of effects that
dynamically update as you make changes.
Advanced Wood
Adoption
Many films have made use of 3ds Max, or previous versions of the program under previous names,
in CGI animation, such as Avatar and 2012, which contain computer generated graphics from 3ds
Max alongside live-action acting. Mudbox was also used in the final texturing of the set and
characters in Avatar, with 3ds Max and Mudbox being closely related.
3ds Max has been used in the development of 3D computer graphics for a number of video
games.[1]
Architectural and engineering design firms use 3ds Max for developing concept art and
previsualization.
Educational programs at secondary and tertiary level use 3ds Max in their courses on 3D computer
graphics and computer animation. Students in the FIRST competition for 3d animation are known
to use 3ds Max.
Modeling techniques
Polygon modeling
Polygon modeling is more common with game design than any other modeling technique as the
very specific control over individual polygons allows for extreme optimization. Usually, the
modeler begins with one of the 3ds max primitives, and using such tools as bevel and extrude,
adds detail to and refines the model. Versions 4 and up feature the Editable Polygon object, which
simplifies most mesh editing operations, and provides subdivision smoothing at customizable
levels (see NURMS).
Version 7 introduced the edit poly modifier, which allows the use of the tools available in the
editable polygon object to be used higher in the modifier stack (i.e., on top of other modifications).
NURBS in 3ds Max is a legacy feature. None of the features have been updated since version 4 and
have been ignored by the development teams over the past decade. For example, the updated path
deform and the updated normalize spline modifiers in version 2018 do not work on NURBS curves
anymore as they did in previous versions.
An alternative to polygons, it gives a smoothed out surface that eliminates the straight edges of a
polygon model. NURBS is a mathematically exact representation of freeform surfaces like those
used for car bodies and ship hulls, which can be exactly reproduced at any resolution whenever
needed. With NURBS, a smooth sphere can be created with only one face.
The non-uniform property of NURBS brings up an important point. Because they are generated
mathematically, NURBS objects have a parameter space in addition to the 3D geometric space in
which they are displayed. Specifically, an array of values called knots specifies the extent of
influence of each control vertex (CV) on the curve or surface. Knots are invisible in 3D space and
can't be manipulated directly, but occasionally their behavior affects the visible appearance of the
NURBS object. Parameter space is one-dimensional for curves, which have only a single U
dimension topologically, even though they exist geometrically in 3D space. Surfaces have two
dimensions in parameter space, called U and V.[6]
NURBS curves and surfaces have the important properties of not changing under the standard
geometric affine transformations (Transforms), or under perspective projections. The CVs have
local control of the object: moving a CV or changing its weight does not affect any part of the object
beyond the neighboring CVs. (This property can be overridden by using the Soft Selection
controls). Also, the control lattice that connects CVs surrounds the surface. This is known as the
convex hull property.[7]
Surface tool was originally a 3rd party plugin, but Kinetix acquired and included this feature since
version 3.0. The surface tool is for creating common 3ds Max splines, and then applying a modifier
called "surface." This modifier makes a surface from every three or four vertices in a grid. It is
often seen as an alternative to "mesh" or "nurbs" modeling, as it enables a user to interpolate
curved sections with straight geometry (for example a hole through a box shape). Although the
surface tool is a useful way to generate parametrically accurate geometry, it lacks the "surface
properties" found in the similar Edit Patch modifier, which enables a user to maintain the original
parametric geometry whilst being able to adjust "smoothing groups" between faces.
Predefined primitives
This is a basic method, in which one models something using only boxes, spheres, cones, cylinders
and other predefined objects from the list of Predefined Standard Primitives or a list of
Predefined Extended Primitives. One may also apply boolean operations, including subtract, cut
and connect. For example, one can make two spheres which will work as blobs that will connect
with each other. These are called metaballs.[8]
Standard Some of the 3ds Max Primitives as they appear in the wireframe view of 3ds Max 9
primitives
Extended primitives
Hedra: Produces objects from several families of polyhedra.
ChamferBox: Produces a box with beveled or rounded edges.
OilTank: Creates a cylinder with convex caps.
Spindle: Creates a cylinder with conical caps.
Gengon: Creates an extruded, regular-sided polygon with optionally filleted side edges.
Prism: Creates a three-sided prism with independently segmented sides.
Creates a complex or knotted torus by drawing 2D curves in the normal planes
Torus knot: around a 3D curve. The 3D curve (called the Base Curve) can be either a circle or a
torus knot. It can be converted from a torus knot object to a NURBS surface.
ChamferCyl: Creates a cylinder with beveled or rounded cap edges.
Capsule: Creates a cylinder with hemispherical caps.
L-Ex: Creates an extruded L-shaped object.
C-Ext: Creates an extruded C-shaped object.
Hose: Creates a flexible object, similar to a spring.
Rendering
Scanline rendering
The default rendering method in 3ds Max is scanline rendering. Several advanced features
have been added to the scanliner over the years, such as global illumination, radiosity, and
ray tracing.
ART Renderer
Autodesk Raytracer Renderer (ART) is a CPU-only, physically based renderer for
architectural, product, and industrial design renderings and animations. It is integrated into
3ds Max as of version 2017.
Redshift
A third-party GPU-accelerated, biased renderer with plugins for 3ds Max, Cinema 4D,
Houdini, Katana and Maya.
Mental Ray
Mental ray is a third-party renderer using bucket rendering, a technique that allows
distributing the rendering task for a single image between several computers. Since 3ds Max
2018, mental ray is no longer shipped with 3ds Max and needs to be obtained directly from
NVIDIA.
RenderMan
A third party connection tool to RenderMan pipelines is also available for those that need to
integrate Max into Renderman render farms. Used by Pixar for rendering several of their CGI
animated films.
V-Ray
A third-party render engine plug-in for 3ds Max.
Brazil R/S
A third-party photorealistic rendering system. It is capable of fast ray tracing and global
illumination.
Arion
A third party hybrid GPU+CPU interactive, unbiased ray tracer, based on Nvidia CUDA.
Indigo Renderer
A third-party photorealistic renderer with plugins for 3ds Max.
Maxwell Render
A third-party photorealistic rendering system providing materials and unbiased rendering.
Octane Render
A third party unbiased GPU ray tracer with plugins for 3ds Max, based on Nvidia CUDA.
Luxrender
An open-source ray tracer supporting 3ds Max, Cinema 4D, Softimage, and Blender.
Focuses on photorealism by simulating real light physics as much as possible.
Arnold
Arnold is an unbiased, physically based, unidirectional path-tracing renderer.
Corona Renderer
Corona Renderer is a modern high-performance (un)biased photorealistic renderer.
Licensing
Earlier versions (up to and including 3D Studio Max R3.1) required a special copy protection
device (called a dongle) to be plugged into the parallel port while the program was run, but later
versions incorporated software based copy prevention methods instead. Current versions require
online registration.
Due to the high price of the commercial version of the program, Autodesk also offers a free student
version, which explicitly states that it is to be used for "educational purposes only". The student
version has identical features to the full version, but is only for single use and cannot be installed
on a network. The student license expires after three years, at which time the user, if they are still a
student, may download the latest version, thus renewing the license for another three years.
See also
Comparison of 3D computer graphics Electric Image Animation System
software Element 3D
.3ds Lightwave 3D
Autodesk Maya Modo
Blender Cyber Studio
Cinema 4D
References
1. "Toolbox". Next Generation. No. 35. Imagine Media. November 1997. p. 27.
2. "Autodesk | 3D Design, Engineering & Entertainment Software" (http://www.autodesk.com/)'
November 21, 2013
3. "Autodesk 3ds Max — Detailed Features" (http://usa.autodesk.com/adsk/servlet/pc/index?siteI
D=123112&id=13567426) Archived (https://web.archive.org/web/20110219110238/http://usa.a
utodesk.com/adsk/servlet/pc/index?siteID=123112&id=13567426) February 19, 2011, at the
Wayback Machine, March 25, 2008
4. "History of Autodesk 3ds Max" (https://web.archive.org/web/20151024145611/http://area.autod
esk.com/maxturns20/history). Archived from the original (http://area.autodesk.com/maxturns2
0/history) on October 24, 2015.
5. "PC & Tech Authority" (https://www.techradar.com/pc-and-tech-authority). TechRadar.
6. "NURBS Curves and Surfaces" (http://www.rw-designer.com/NURBS), November 22, 2013
7. "Why is the Convex Hull property so important" (https://math.stackexchange.com/q/118937).
Stack Exchange. November 22, 2013.
8. "Metaballs/Blobby Objects" (http://web.cs.wpi.edu/~matt/courses/cs563/talks/metaballs.html),
November 22, 2013
External links
Official website (https://www.autodesk.com/products/3ds-max/overview)
3D Studio Max (https://curlie.org/Computers/Software/Graphics/3D/Rendering_and_Modelling/
3D_Studio_Max) at Curlie
3D Max Studio (https://www.acmecollinsschool.com/blog/benefits-of-3d-studio-max-certificatio
n/) Course Benefits
3ds Max - online course (https://vizacademy.co.uk/3ds-max-course-online/)