Skip to content

1.1.1

Compare
Choose a tag to compare
@mottosso mottosso released this 08 Sep 08:35
· 26 commits to master since this release

Added Pyblish Standalone and Pyblish Hiero.

The start-menu item "Pyblish" now refers to Pyblish Standalone. It is normally run by hand, via /bin/pyblish-standalone.bat such that command-line arguments may be passed to it.

$ cd bin
$ pyblish-standalone.bat --data key value

More changes

  • BACKWARD INCOMPATIBLE: Directly registered plug-ins are now also checked for duplicates; before, they overwrite those discovered on disk.
  • BACKWARD INCOMPATIBLE: register_plugin now checks the proposed registered plug-in for correctness, and throws an exception otherwise.
  • BACKWARD INCOMPATIBLE: regex has been deprecated from discover() and does nothing.
  • BACKWARD INCOMPATIBLE: type has been deprecated from discover() and does nothing.
  • Enhancement: Implementation of discover() has been greatly simplified, made more robust and reusable.