Skip to content

1.8.10

Compare
Choose a tag to compare
@mottosso mottosso released this 27 Oct 17:27
· 18 commits to master since this release
412b90d

Added support for pathlib with Python 3.

import pathlib
path = pathlib.Path(r"c:\my\plugins")

from pyblish import api
api.register_plugin_path(path)