Closed donalm closed 6 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!
Thanks for this @donalm, and sorry for the (significant) delay. :)
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.
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!