pyblish / pyblish-starter

A basic asset creation pipeline - batteries included. http://pyblish.com/pyblish-starter
MIT License
17 stars 9 forks source link

add documented methods 'register_family' and 'register_data' to publi… #9

Closed donalm closed 6 years ago

donalm commented 7 years ago

Just adding a couple of methods from pipeline.py to the public api since they're referenced in the creator section of the doc, e.g.

from pyblish_starter import api

api.register_family(
    name="my.family",
    help="My custom family"
)

On the other hand, they're not listed in the Starter API section so maybe it's the doc that should be updated - not the code?

Thanks!

mottosso commented 6 years ago

Thanks for this @donalm, and sorry for the (significant) delay. :)