移動先: 概要 戻り値 関連項目 MEL の例

概要

getDefaultBrush

getDefaultBrush は「元に戻す」が可能、「照会」が不可能「編集」が不可能です。

このコマンドはデフォルトのペイント エフェクト ブラシ名を返します。

戻り値

stringデフォルトのブラシ ノード名

関連項目

dynPaintEditor, stroke

MEL の例

// Put the name of the current brush
// into a MEL string variable.
string $brush;
$brush = `getDefaultBrush`;