移動先: 概要 戻り値 関連項目 MEL の例
getDefaultBrush
getDefaultBrush は「元に戻す」が可能、「照会」が不可能、「編集」が不可能です。
// Put the name of the current brush // into a MEL string variable. string $brush; $brush = `getDefaultBrush`;