-
I just had a look at this and can't believe I let this method slip through. :O
- [control.py:refresh()](https://github.com/pyblish/pyblish-qml/blob/95444f93a69704cee764175769620d772355899a/pyblish_qml…
-
The features of having multiple families per instance is not represented in the item model; https://github.com/pyblish/pyblish-qml/blob/master/pyblish_qml/models.py#L47
-
When a collector has a negative order, it gets executed twice. Once in the collecting stage, and once in the validation stage.
Repro case in Maya;
``` python
import pyblish.api
class CollectTest(p…
-
A test issue.
-
### Goal
Make plug-ins more explicit.
For motivation, rationale, examples and discussion, see here..
- http://forums.pyblish.com/t/making-plug-ins-more-explicit
### Implementation
Two new classes -…
-
For some reason, when you set e.g. `sys.modules['Qt'] = PyQt5`, the `sys` module cannot be used after this:
``` python
load_pyqt5()
print sys
>>> None
```
I was expecting:
``` python
load_pyqt5()
p…
-
`self.log.info(None)` throws a "schema" error in QML.
I remembered we talked about this @tokejepsen, but I can't seem to dig up that conversation nor issue. If you know where it is, could you link to…
-
**Goal**
Quickly toggle multiple instances.
**Motivation**
Publishing with more than 3 instances that aren't wanted, and needing untoggling, can quickly become tedious. Especially when resetting th…
-
#### Problem
Running `self.log.info(1)` errors out.
#### Solution
Default convert all data to log call to type string.
-
With the visualisation of the context in the UI, we could have a label on the context as well, similar to plugins.
The user would set the context label in a selector similar to;
``` python
import py…