pyblish / pyblish-ftrack

Pyblish for FTrack
GNU Lesser General Public License v3.0
10 stars 9 forks source link

Nice Name implementation #8

Closed tokejepsen closed 9 years ago

tokejepsen commented 9 years ago

When nice name feature for plugins are implemented, add nice names to all plugins.

mottosso commented 9 years ago

You could start adding it now, and it will appear when the new version is out.

class MyPlugin(..):
  name = "A nicer name"