Skip to content

Instantly share code, notes, and snippets.

@fereria
Created February 23, 2014 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fereria/c527a613bd1275e4daab to your computer and use it in GitHub Desktop.
Save fereria/c527a613bd1275e4daab to your computer and use it in GitHub Desktop.
#アトリビュートの関数セットを作成
nAttr = om.MFnNumericAttribute()
#アトリビュートを作成(設定)
cls.input1Attr = nAttr.create(cls.kInput1AttrLongName,
cls.kInput1AttrName,
om.MFnNumericData.kDouble,0)
#ノードに登録
cls.addAttribute(cls.input1Attr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment