説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

superposeDLL.py 192B

1234567891011121314
  1. class SuperposeDLL(KellerNukePlugin):
  2. def configurePlugin(self):
  3. # Superpose
  4. pass
  5. nuke.load("superpose.dll")
  6. def unconfigurePlugin(self):
  7. pass