ジャンプ先: 概要. 戻り値. 関連. MEL 例.

概要

getDefaultBrush

getDefaultBrush は、取り消し可能、照会不可能、および 編集不可能 です。

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

戻り値

string既定のブラシ ノード名

関連

dynPaintEditor, stroke

MEL 例

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