-
### Goal
To visualise information related to:
1. The GUI
2. Pyblish
3. and Host
At the moment, our needs are small and circulates mainly around the need to visualise with which host we communicate a…
-
# Goal
Facilitate changes being made to data in GUI.
At the moment, data is read from a host (e.g. Maya) and sent to QML. But it is never returned.
That's allright as we currently can't modify the …
-
# Goal
Implementing new items and their corresponding data has [become unwieldy](https://github.com/pyblish/pyblish-qml/blob/59ada36c7ec360ab88c2723ab0e04bdd0d6834e9/pyblish_qml/models.py). Simplify …
-
What's the plan to display information about the results of a Publish (Whether it succeed or failed).
I'd love to see that information within the same interface. Maybe in a `Results` or `Output` tab.
…
ghost updated
9 years ago
-
@madoodia is getting to work on a GUI for Publish so I figure it would be a good idea to summarise what it should do.
In order of relevance:
1. I think the main thing to have a look at is visualising…
-
So I was trying to troubleshoot a plugin, and couldn't find a way to isolate the plugin.
``` python
import pyblish
import pyblish.backend.plugin
import pyblish_maya.plugins.extract_review
reload(pybl…
-
### Goal
To provide the user with an overview of the current processing; including which plug-in is currently operating and which instance it is operating upon.
### Architecture
We'll take over the …
-
Would it be possible to get `pyblish.backend.config.paths` and `pyblish.backend.plugin.plugin_paths()` to return processed paths? At the moment, only the second one does.
``` python
>>> pyblish.backe…
ghost updated
10 years ago
-
How's that for a title. :)
### Goal
Provide an option for customising where Pyblish looks for alternate configuration.
At the moment, configuration is either default (located in [pyblish/config.yaml…
-
How about having a separated menu for pyblish rather messing up with the File Menu, which help us to put all pyblish related tools in a separated section, easy to find and optimize.
thoughts?