pyblish / pyblish-base

Pyblish base library - see https://github.com/pyblish/pyblish for details.
Other
127 stars 59 forks source link

Check whether any registered guis override default #327

Closed iwootten closed 7 years ago

iwootten commented 7 years ago

Motivation

Allow the cli to use registered guis set by PYBLISH_GUI. Currently when the environment var has been set, pyblish still needs to be called supplying it as an argument.

Changes

This change looks for any registered guis before falling back to the default package argument.

tokejepsen commented 7 years ago

Working here :)

mottosso commented 7 years ago

Looks good to me. :) Thanks!