Softimage の sipyutils モジュールには、次に示すショートカットなど、Python でのスクリプト作成を容易にするユーティリティ関数が含まれています。
Script Editor で言語が Python に設定されている場合、[シンタックスの補助]コンテキスト メニューを使用して、Softimage の sipyutils モジュール内にあるショートカットを Script Editor に挿入して使用することができます。
import sipyutils
from sipyutils import *
from sipyutils import si # win32com.client.Dispatch('XSI.Application') from sipyutils import siut # win32com.client.Dispatch('XSI.Utils') from sipyutils import siui # win32com.client.Dispatch('XSI.UIToolkit') from sipyutils import simath # win32com.client.Dispatch('XSI.Math') from sipyutils import log # LogMessage from sipyutils import disp # win32com.client.Dispatch from sipyutils import C # win32com.client.constants
import sipyutils # Add this plug-in path to python path sipyutils.add_to_syspath(__sipath__)