No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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