-
When using a mix of Plug-Ins with positive and negative offsets, some Plug-Ins get executed twice, depending on where you continue the publishing process.
Example structure:
- `Collector1` (orde…
-
**Is your feature request related to a problem? Please describe.**
Old Pyblish had 2 context fields:
- 'comment'
- 'intent'
![Screenshot 2022-05-10 170236](https://user-images.githubusercontent.c…
-
There are plugins which we would like to completely skip in some cases. The `active` class property would appear to be just what we need but I cannot find a way to use it.
There could be several ca…
-
### Description
Launching Maya with any Qt 5 binding on your PYTHONPATH results in some of Pyblish's GUIs to cause Maya to segfault.
It's because it default to trying to find the most recent binding…
-
**Goal**
To save the state of the instance between resets.
**Motivation**
Since standalone doesn't source a host, other than a terminal, for the state of the instances, hitting reset always resets …
-
### Issue
I'm in the process of setting up a Publishing workflow where some instances will spawn "dependent publishes" if they are set to publish in the current run, e.g. the user did not disable t…
-
PS: while working on https://github.com/pyblish/pyblish-base/pull/380, i noticed discover and registering a plugin directly have a lot of overlapping code.
both
- `def plugins_from_module(module)…
-
To reproduce:
1. Run Maya
2. Launch Pyblish
3. Quit Maya
4. Press Publish
The GUI hangs.
-
### Goal
This is a purely cosmetic change, but I think also an important difference in mindset; **emit** signals and **handle** them.
### Motivation
A "callback" suggests running a function and havi…
-
**Goal**
To have actions, the developer creates, triggered by the interface through right-click menu. This is similar to plugins actions.
**Motivation**
The primary motivation for this, is preparin…