Skip to content

1.0.14

Compare
Choose a tag to compare
@mottosso mottosso released this 27 Mar 11:55
· 544 commits to master since this release

Version 1.0.14

Minor change in processing logic; has no effect on the current pyblish.main.publish() / pyblish.util.publish() or associated convenience functions, but may have a (positive) effect on custom implementations that previously had to handle getting (None, None) when neither context nor instances were processed.

Full changelist

  • Added pyblish.api.version
  • Matched verbosity level from processing context as the processing of instances.
  • Processing logic change; processing of plug-in without compatible instances will now not yield anything; previously it yielded a pair of (None, None).