SaveModelAbstract: Saves the selected objects to external models as you do with scenes.Description: This tool functions like the standard 'Save/Save As Scene' but for external models where you can save any selected objects to an external model, modify them, and update the saved model. Working Scenarios: This tool is useful when your pipeline depends on external models so you can easily save the models and update their changes very fast (usually the functions in the tool are assigned to keyboard shortcut: ctrl+alt+s for saving model, ctrl+alt+a for saving the model to new file). User Usage: Select any object in your scene and run the script. Developer Usage: You can call this tool from any other script using the following function call: MDLSaveType( type ) Where type is a Boolean value that determine to call the save or save as function. This tool returns 1 if it succeeds and 0 if it failed for any reason. Nature: Script Applies To: XSI 4.0 on NT,Win2K,XP Languages: JScript |