Autodesk Softimage is a discontinued
3D computer graphics application, for producing
3D computer graphics
3D computer graphics, sometimes called Computer-generated imagery, CGI, 3D-CGI or three-dimensional Computer-generated imagery, computer graphics, are graphics that use a three-dimensional representation of geometric data (often Cartesian coor ...
,
3D modeling
In 3D computer graphics, 3D modeling is the process of developing a mathematical coordinate-based Computer representation of surfaces, representation of a surface of an object (inanimate or living) in Three-dimensional space, three dimensions vi ...
, and
computer animation
Computer animation is the process used for digitally generating Film, moving images. The more general term computer-generated imagery (CGI) encompasses both still images and moving images, while computer animation refers to moving images. Virtu ...
. Now owned by
Autodesk
Autodesk, Inc. is an American multinational software corporation that provides software products and services for the architecture, engineering, construction, manufacturing, media, education, and entertainment industries. Autodesk is headquarte ...
and formerly titled Softimage XSI (stylized as Softimage, XSI), the software has been predominantly used in the
film
A film, also known as a movie or motion picture, is a work of visual art that simulates experiences and otherwise communicates ideas, stories, perceptions, emotions, or atmosphere through the use of moving images that are generally, sinc ...
,
video game
A video game or computer game is an electronic game that involves interaction with a user interface or input device (such as a joystick, game controller, controller, computer keyboard, keyboard, or motion sensing device) to generate visual fe ...
, and
advertising
Advertising is the practice and techniques employed to bring attention to a Product (business), product or Service (economics), service. Advertising aims to present a product or service in terms of utility, advantages, and qualities of int ...
industries for creating computer generated characters, objects, and environments.
Released in August 2000 as the successor to
Softimage 3D, Softimage XSI was developed by its
eponymous company, then a subsidiary of
Avid Technology
Avid Technology, Inc. is a global technology company headquartered in Burlington, Massachusetts, and was founded in August 1987 by Bill Warner. It develops software, SaaS, and hardware products used in media and entertainment.
History
Avid wa ...
. On October 23, 2008, Autodesk acquired the Softimage brand and 3D animation assets from Avid for approximately $35 million, thereby ending Softimage Co. as a distinct entity. In February 2009, Softimage XSI was rebranded Autodesk Softimage.
A free version of the software, called Softimage Mod Tool, was developed for the
game modding community to create games using the
Microsoft XNA
Microsoft XNA (a recursive acronym for XNA's not acronymed) is a freeware set of tools with a Managed code, managed Runtime system, runtime environment that Microsoft Gaming developed to facilitate video game game development, development. XNA is ...
toolset for PC and
Xbox 360
The Xbox 360 is a home video game console developed by Microsoft. As the successor to the Xbox (console), original Xbox, it is the second console in the Xbox#Consoles, Xbox series. It was officially unveiled on MTV on May 12, 2005, with detail ...
, or to create mods for games using
Valve
A valve is a device or natural object that regulates, directs or controls the flow of a fluid (gases, liquids, fluidized solids, or Slurry, slurries) by opening, closing, or partially obstructing various passageways. Valves are technically Pip ...
's
Source engine,
Epic Games
Epic Games, Inc. is an American Video game developer, video game and software development, software developer and video game publisher, publisher based in Cary, North Carolina. The company was founded by Tim Sweeney (game developer), Tim Sween ...
's
Unreal Engine
Unreal Engine (UE) is a 3D computer graphics game engine developed by Epic Games, first showcased in the 1998 first-person shooter video game '' Unreal''. Initially developed for PC first-person shooters, it has since been used in a variety of ...
and others. It was discontinued with the release of Softimage 2015.
On March 4, 2014, it was announced that Autodesk Softimage would be discontinued after the release of the 2015 version, providing product support until April 30, 2016.
Overview
Autodesk Softimage is a 3D animation application comprising a suite of computer graphics tools.
Modeling tools allow the generation of
polygonal
In geometry, a polygon () is a plane (mathematics), plane Shape, figure made up of line segments connected to form a closed polygonal chain.
The segments of a closed polygonal chain are called its ''edge (geometry), edges'' or ''sides''. The p ...
or
NURBS
Non-uniform rational basis spline (NURBS) is a mathematical model using basis splines (B-splines) that is commonly used in computer graphics for representing curves and surfaces. It offers great flexibility and precision for handling both analy ...
models. Subdivision modeling requires no additional operators and works directly on the polygonal geometry. Each modeling operation is tracked by a construction history stack, which enables artists to work non-destructively. Operators in history stacks can be re-ordered, removed or changed at any time, and all adjustments propagate to the final model.
Control rigs are created using bones with automatic
IK, constraints and specialized solvers like spine or tail. Optionally, the ICE system can be used to create light-weight rigs in a node-based environment. The rigging process can be sped up through the use of adaptable biped and quadruped rigs, FaceRobot for facial rigs and automatic lip syncing.
Animation
Animation is a filmmaking technique whereby still images are manipulated to create moving images. In traditional animation, images are drawn or painted by hand on transparent celluloid sheets to be photographed and exhibited on film. Animati ...
features include layers and a mixer, which allows combining animation clips non-linearly. Animation operators are tracked in a construction history stack that is separate from the modeling stack, enabling users to change the underlying geometry of already animated characters and objects. MOTOR is a feature that transfers animation between characters, regardless of their size or proportions. GATOR can transfer attributes such as textures, UVs, weight maps or envelopes between different models. Softimage also contains tools to simulate particles, particle strands,
rigid body dynamics
In the physical science of dynamics, rigid-body dynamics studies the movement of systems of interconnected bodies under the action of external forces. The assumption that the bodies are '' rigid'' (i.e. they do not deform under the action ...
,
soft body dynamics, cloth, hair and fluids.
The default and tightly integrated
rendering engine in Softimage is
mental ray
Mental Ray (stylized as mental ray) is a production-quality Ray tracing (graphics), ray tracing application for 3D rendering. Its Berlin-based developer Mental Images (firm), Mental Images was acquired by Nvidia in 2007 and Mental Ray was discon ...
. Materials and shaders are built in a node-based fashion. When users activate a so-called render region in a camera view, it will render this section of the scene using the specified rendering engine and update completely interactively. A secondary rendering mode is available for rendering real-time GPU shaders written in either the Cg or HLSL languages.
Also included is the FX Tree, which is a built-in node-based
compositor that has direct access to image clips used in the scene. It can thus not only be used to finalize and composite rendered frames, but also as an integral part of scene creation. The FX Tree can be used to apply compositing effects to image clips being used in the fully rendered scene, allowing Softimage to render scenes using textures authored or modified in various ways within the same scene.
In addition to the node-based ICE platform described below, Softimage has an extensive API and
scripting environment that can be used to extend the software. The available scripting languages include
C#,
Python,
VBScript
VBScript (Microsoft Visual Basic Scripting Edition) is a deprecated programming language for scripting on Microsoft Windows using Component Object Model (COM), based on classic Visual Basic and Active Scripting. It was popular with system admi ...
and
JScript
JScript is Microsoft's legacy dialect of the ECMAScript standard that is used in Microsoft's Internet Explorer web browser and HTML Applications, and as a standalone Windows scripting language.
JScript is implemented as an Active Scripting eng ...
. A
C++ SDK is also available for plug-in developers, with online documentation available to the public.
ICE Interactive Creative Environment
On July 7, 2008, the
Softimage, Co. announced Softimage XSI 7, which introduced the ICE (Interactive Creative Environment) architecture. ICE is a
visual programming platform that allows users to extend the capabilities of Softimage quickly and intuitively using a node-based dataflow diagram. This enables artists to create complex 3D effects and tools without scripting. Among the main uses for ICE are
procedural modeling, deformation, rigging and particle simulation. It can also be used to control scene attributes without the need to write expressions, for example to add camera wiggle or make a light pulsate. ICE is a parallel processing engine that takes advantage of multi-core CPUs, giving users highly scalable performance.
ICE represents Softimage functionality using a collection of nodes, each with its own specific capabilities. Users can connect nodes together, visually representing the data flow, to create powerful tools and effects. Softimage ships with several hundred nodes; among them are both low level nodes, such as ''Multiply'' or ''Boolean'', as well as a number of high level nodes called compounds. Compounds serve as "wrapper nodes" to collapse ICE graphs into a single node. Softimage allows users to add custom compounds to its main menu system for easy reusability.
The screenshot on the right shows an example of a simple geometry deformation ICE graph. In a practical scenario, one would collapse the graph into a compound and expose important parameters, for instance the deformation intensity. After adding the tool to the user interface it can easily be applied to other objects. Compounds can also be shared between installations because their entire functionality is stored in
XML
Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
files.
The graph-based approach of ICE allows for the creation of effects previously attainable only through the use of scripting and/or compiled code. Due to its visual nature and interactivity, it is very accessible for users with no programming experience. Many free and commercial ICE tools have been made available by users and 3rd party developers. Softimage contains an ICE-based fluid and physics simulator called Lagoa as well as an ICE-based version of the
Syflex cloth simulator.
Industry usage
Softimage XSI (and its predecessor Softimage 3D) was primarily used in the film, video game and advertising industries as a tool to generate digital characters, environments and visual effects. Examples of films and other media made with the help of Softimage are ''
Jurassic Park
''Jurassic Park'', later referred to as ''Jurassic World'', is an American science fiction media franchise created by Michael Crichton, centered on a disastrous attempt to create a theme park of De-extinction#Cloning, cloned dinosaurs. It bega ...
,'' ''
Thor
Thor (from ) is a prominent list of thunder gods, god in Germanic paganism. In Norse mythology, he is a hammer-wielding æsir, god associated with lightning, thunder, storms, sacred trees and groves in Germanic paganism and mythology, sacred g ...
,'' ''
Predators,'' ''
District 9
''District 9'' is a 2009 science fiction action film directed by Neill Blomkamp in his feature film debut, written by Blomkamp and Terri Tatchell, and produced by Peter Jackson and Carolynne Cunningham. It is a co-production of New Zealand ...
,'' ''
White House Down,'' ''
Yakuza
, also known as , are members of transnational organized crime syndicates originating in Japan. The Japanese police and media (by request of the police) call them , while the yakuza call themselves . The English equivalent for the term ''yak ...
,'' and ''
Elysium
Elysium (), otherwise known as the Elysian Fields (, ''Ēlýsion pedíon''), Elysian Plains or Elysian Realm, is a conception of the afterlife that developed over time and was maintained by some Greek religious and philosophical sects and cult ...
.''
Releases
* Autodesk Softimage 2015 released April 14, 2014
* Autodesk Softimage 2014 released April 12, 2013
* Autodesk Softimage 2013 released April 12, 2012
* Autodesk Softimage 2012 SAP (Subscription Advantage Pack) released September 27, 2011
* Autodesk Softimage 2012 released April 7, 2011
* Autodesk Softimage 2011 SAP (Subscription Advantage Pack) released October 7, 2010
* Autodesk Softimage 2011 released April 9, 2010
* Autodesk Softimage 2010 released September 14, 2009
* Autodesk Softimage 7.5 released February 20, 2009
References
External links
*
Softimage Mod Tool
{{coord, 45.5131, N, 73.5715, W, source:wikidata, display=title
Autodesk discontinued products
3D computer graphics software for Linux
3D graphics software
3D animation software
Discontinued software
IRIX software
Proprietary commercial software for Linux
2000 software