Pyblish default plugins
Bloatware plugins¶
- Pyblish registers some default plugins to get you started, great for starters but annoying after a while since you have to explicitly deregister them every time.
(which is an explicit thing to do)
This wouldn’t be an issue if plugins were registered explicitly. see Pyblish issue - has no explicit plugin control
Backlinks¶
- Pyblish issues
- Pyblish issue - inconsistent logic
- aims to be data driven instead of explicit.
e.g. run the mesh validation when a mesh is detected
but instead it does both sometimes.
e.g. deregister Pyblish default plugins is explicit, overall plugin registration with plugin path is implicit.*
- aims to be data driven instead of explicit.