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

概要

getDefaultBrush()

注: オブジェクトの名前と引数を表す文字列は、カンマで区切る必要があります。これはシノプシスに示されていません。

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

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

戻り値

string既定のブラシ ノード名

関連

dynPaintEditor, stroke

Python 例

import maya.cmds as cmds

# get the name of the current brush
#
brush = cmds.getDefaultBrush()