1.1.1
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 fromdiscover()
and does nothing. - BACKWARD INCOMPATIBLE:
type
has been deprecated fromdiscover()
and does nothing. - Enhancement: Implementation of discover() has been greatly simplified, made more robust and reusable.