-
I think that it would be nice if the output panel had some kind of rich formatting.
I don't think that we need anything overly complex. Having said that it would be great if any URLs are converted in…
ghost updated
8 years ago
-
Add missing feature, to trigger a plug-in's repair functionality.
-
developing_with_ipc.md refers to the environment variable QML_CLIENT_PORT. The currently released windows installer (1.2.4) doesn't set this variable. Grepping through the current master branch of pyb…
-
Currently, an instance's name must be unique.
But this can result in poor display in the QML window. For example, you might have an instance in multiple families, each extracted into it's own format/…
-
In [a recent update](https://github.com/pyblish/pyblish-qml/pull/138), clicking sections was introduced. But only for instances. We'll need to either disable feedback for plug-ins, or add support ther…
-
### Goal
To provide for introspection into visualised items; instances, plug-ins and the Pyblish itself. In the simplest sense, it's an attribute editor of whatever you currently have selected.
### A…
-
Mirroring this from [the forums](http://forums.pyblish.com/t/renaming-instance-to-asset/100/1) for Git commit history. Do talk about it there, unless it's related to implementing it.
---
What do you…
-
### Goal
To capture everything during collection and to decouple validators from host.
### Benefits
At the moment, Validators may validate things unrelated to an instance.
For example, in the case …
-
### Goal
Centralise output from QML, without the need to use `PYBLISH_QML_CONSOLE`.
### Implementation
The console will be located in the tray across all platform and appear as a standalone window, …
-
Plug-ins are currently loaded using `execfile()` making it (close to?) impossible to retrieve the original source file of the plug-in. More information: http://stackoverflow.com/questions/17470193/pyt…