pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
115 stars 44 forks source link

`output` Plug-in Attribute #153

Open mottosso opened 8 years ago

mottosso commented 8 years ago

Goal

Provide user feedback on what a particular plug-in outputs, e.g. an .abc or .mb file.

Implementation

class MyPlugin(...)
  output = [".mb", ".abc"]

Inspired by mkolar's comment here: https://github.com/pyblish/pyblish-qml/issues/80#issuecomment-98692553

tokejepsen commented 8 years ago

Any motivation for this?

mottosso commented 8 years ago

Yeah, have a look at the comment from mkolar here.