Scripting in Softimage is a set of features that allows you to develop scripts. A script is a series of calls to Softimage functions (commands or object model functions) written in a particular scripting language, together with logic and variables as permitted by the language.
The Autodesk Softimage SDK supports more than just scripting. Scripting is interpreted line by line as it runs, but you can also write code that is compiled from the source into binary files that can then be distributed, either as an executable (*.exe file) or a library (*.dll for Windows and *.so for Linux).
What kind of development you decide to do depends largely on what you need to accomplish and what you are capable of doing, so it’s really an individual decision. For example, you may be a C++ programmer who is interested in creating a compiled plug-in for Autodesk Softimage; or you may be a technical director who just needs to automate some repetitive tasks.
Softimage’s SDK can accommodate both types of users, since it supports four scripting languages (VBScript, JScript, Perl, and Python) for Windows and two for and Linux (VBScript and JScript) and you can access components of the object model from a programming language like C++. For more information about the details of using scripting languages, see Script Development.
Autodesk Softimage v7.5